Click or drag to resize
Accord.NET (logo)

JPEGStream Constructor (String)

Initializes a new instance of the JPEGStream class.

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

Parameters

source
Type: SystemString
URL, which provides JPEG files.
See Also