Click or drag to resize
Accord.NET (logo)

AVIReader. Open Method

Open AVI file.

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

Parameters

fileName
Type: System.String
AVI file name to open.
Exceptions
ExceptionCondition
IOExceptionFailed opening the specified file.
VideoExceptionA error occurred while opening the video file. See exception message.
Remarks

The method opens a video file and prepares the stream and decoder for reading video frames with the help of GetNextFrame() method.

See Also