RtpInfoParameters Property |
Namespace:
Ozeki.Camera
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic IEnumerable<RtpInfoParam> Parameters { get; }
Public ReadOnly Property Parameters As IEnumerable(Of RtpInfoParam)
Get
public:
property IEnumerable<RtpInfoParam^>^ Parameters {
IEnumerable<RtpInfoParam^>^ get ();
}
member Parameters : IEnumerable<RtpInfoParam> with get
Property Value
Type:
IEnumerableRtpInfoParam
See Also