RtspConnectionInfoSetSupportedMethods Method |
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
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