RtspClientInfoSupportedMethods Property |
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.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
ListRtspMethod
See Also