Initializes a new instance of the
ModeParam class
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public ModeParam(
List<RtspMethod> methods
)
Public Sub New (
methods As List(Of RtspMethod)
)
public:
ModeParam(
List<RtspMethod>^ methods
)
new :
methods : List<RtspMethod> -> ModeParam
Parameters
- methods
- Type: System.Collections.GenericListRtspMethod
See Also