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