| MJPEGConnection Constructor (OzMJPEGClient_Config) | 
            Creates a new MJPEGConnection instance, with the specified config.
            
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic MJPEGConnection(
	OzMJPEGClient_Config conf
)
Public Sub New ( 
	conf As OzMJPEGClient_Config
)
public:
MJPEGConnection(
	OzMJPEGClient_Config^ conf
)
new : 
        conf : OzMJPEGClient_Config -> MJPEGConnectionParameters
- conf
 - Type: Ozeki.MediaOzMJPEGClient_Config
 
See Also