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