Click or drag to resize
Accord.NET (logo)

MJPEGStreamParser Constructor

Creates instance of MJPEG stream parser using a boundary and a JPEG magic header

Namespace:  Accord.Video
Assembly:  Accord.Video (in Accord.Video.dll) Version: 3.8.0
Syntax
public MJPEGStreamParser(
	Boundary boundary,
	byte[] header,
	int bufferSize = 1048576
)
Request Example View Source

Parameters

boundary
Type: Accord.VideoBoundary
header
Type: SystemByte
bufferSize (Optional)
Type: SystemInt32
See Also