RtspClientInfoSupportedMethods Property |
Namespace:
Ozeki.Camera
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic List<RtspMethod> SupportedMethods { get; set; }
Public Property SupportedMethods As List(Of RtspMethod)
Get
Set
public:
property List<RtspMethod>^ SupportedMethods {
List<RtspMethod>^ get ();
void set (List<RtspMethod>^ value);
}
member SupportedMethods : List<RtspMethod> with get, set
Property Value
Type:
ListRtspMethod
See Also