RtspConnectionInfoSupportedMethods Property |
Namespace:
Ozeki.Camera
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic IEnumerable<RtspMethod> SupportedMethods { get; }
Public ReadOnly Property SupportedMethods As IEnumerable(Of RtspMethod)
Get
public:
property IEnumerable<RtspMethod>^ SupportedMethods {
IEnumerable<RtspMethod>^ get ();
}
member SupportedMethods : IEnumerable<RtspMethod> with get
Property Value
Type:
IEnumerableRtspMethod
See Also