Click or drag to resize
MJPEGStreamConnection Constructor
Initializes a new instance of the MJPEGStreamConnection class

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public MJPEGStreamConnection(
	OzConnHostTCPClient tp,
	string boundary,
	MJPEGStreamContainer container,
	int forcedFrameInterval = 30
)

Parameters

tp
Type: OzConnHostTCPClient
boundary
Type: SystemString
container
Type: Ozeki.MediaMJPEGStreamContainer
forcedFrameInterval (Optional)
Type: SystemInt32
See Also