MJPEGConnection(OzConf_P_MJPEGClient) Constructor |
Creates a new MJPEGConnection instance, with the specified config.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic MJPEGConnection(
OzConf_P_MJPEGClient conf
)
Public Sub New (
conf As OzConf_P_MJPEGClient
)
public:
MJPEGConnection(
OzConf_P_MJPEGClient^ conf
)
new :
conf : OzConf_P_MJPEGClient -> MJPEGConnection
Parameters
- conf OzConf_P_MJPEGClient
See Also