RtspConnectionInfoSetSupportedMethods Method |
Namespace:
Ozeki.Camera
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.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
- Type: System.Collections.GenericListRtspMethod
See Also