Click or drag to resize

MJPEGStreamConnection Constructor

Initializes a new instance of the MJPEGStreamConnection class

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public MJPEGStreamConnection(
	OzP_TCPClient tp,
	string boundary,
	OzBaseMJPEGStreamContainer container,
	int forcedFrameInterval = 30
)

Parameters

tp
Type: OzP_TCPClient
boundary
Type: SystemString
container
Type: OzBaseMJPEGStreamContainer
forcedFrameInterval (Optional)
Type: SystemInt32
See Also