VideoFrameReader.Read Method
Definition
- Namespace
- GleamTech.VideoUltimate
- Assembly
- GleamTech.VideoUltimate.dll
Reads and decodes the next frame from the video. If successful, then GetFrame() can be called to get a GleamTech.Drawing.Image instance.
public bool Read()
Returns
- bool
True if the frame is read and decoded successfully, False if not or if no more frames are available (EOF - end of file).