VideoFrameReaderRead Method

Reads and decodes the next frame from the video. If successful, then GetFrame can be called to get a Image instance.

Definition

Namespace: GleamTech.VideoUltimate
Assembly: GleamTech.VideoUltimate (in GleamTech.VideoUltimate.dll) Version: 3.8.7
C#
public bool Read()

Return Value

Boolean
True if the frame is read and decoded successfully, False if not or if no more frames are available (EOF - end of file).

See Also