Click or drag to resize
Accord.NET (logo)

FileVideoSource Constructor (String)

Initializes a new instance of the FileVideoSource class.

Namespace:  Accord.Video.DirectShow
Assembly:  Accord.Video.DirectShow (in Accord.Video.DirectShow.dll) Version: 3.8.0
Syntax
public FileVideoSource(
	string fileName
)
Request Example View Source

Parameters

fileName
Type: SystemString
Video file name.
See Also