Click or drag to resize
Accord.NET (logo)

MJPEGStream Constructor (String)

Initializes a new instance of the MJPEGStream class.

Namespace:  Accord.Video
Assembly:  Accord.Video (in Accord.Video.dll) Version: 3.8.0
Syntax
public MJPEGStream(
	string source
)
Request Example View Source

Parameters

source
Type: SystemString
URL, which provides MJPEG stream.
See Also