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)
Syntax public MJPEGConnection(
OzMJPEGClient_Config conf
)
Public Sub New (
conf As OzMJPEGClient_Config
)
public:
MJPEGConnection(
OzMJPEGClient_Config^ conf
)
new :
conf : OzMJPEGClient_Config -> MJPEGConnection
Parameters
- conf
- Type: Ozeki.MediaOzMJPEGClient_Config
See Also