RtspConnectionInfoSetSupportedMethods Method |
Namespace: Ozeki.CameraAssembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.4.98
Syntaxpublic void SetSupportedMethods(
List<RtspMethod> methods
)
Public Sub SetSupportedMethods (
methods As List(Of RtspMethod)
)
public:
void SetSupportedMethods(
List<RtspMethod>^ methods
)
member SetSupportedMethods :
methods : List<RtspMethod> -> unit Parameters
- methods ListRtspMethod
-
See Also