|   | AVIReaderOpen Method | 
Namespace: Accord.Video.VFW
 Syntax
Syntax Exceptions
Exceptions| Exception | Condition | 
|---|---|
| IOException | Failed opening the specified file. | 
| VideoException | A error occurred while opening the video file. See exception message. | 
 Remarks
RemarksThe method opens a video file and prepares the stream and decoder for reading video frames with the help of GetNextFrame method.
 See Also
See Also