Méthode | Description | |
---|---|---|
AVIReader ( ) : System |
Initializes a new instance of the AVIReader class. Initializes Video for Windows library. |
|
Close ( ) : void |
Close video file.
|
|
Dispose ( ) : void |
Dispose the object. Frees unmanaged resources used by the object. The object becomes unusable after that. |
|
GetNextFrame ( ) : |
Get next frame of opened video stream. The method reads and returns the next video frame in the opened video stream at the position, which is set in Position property. |
|
Open ( string fileName ) : void |
Open AVI file. The method opens a video file and prepares the stream and decoder for reading video frames with the help of GetNextFrame method. |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Dispose the object.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | Indicates if disposing was initiated manually. |
Résultat | void |
public Open ( string fileName ) : void | ||
fileName | string | AVI file name to open. |
Résultat | void |