Initializes a new instance of the
ModeParam class
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic ModeParam(
List<RtspMethod> methods
)
Public Sub New (
methods As List(Of RtspMethod)
)
public:
ModeParam(
List<RtspMethod>^ methods
)
new :
methods : List<RtspMethod> -> ModeParam
Parameters
- methods ListRtspMethod
-
See Also