VideoFrameReaderRead Method
Reads and decodes the next frame from the video.
If successful, then
GetFrame can be called to get a
Image instance.
Namespace: GleamTech.VideoUltimateAssembly: GleamTech.VideoUltimate (in GleamTech.VideoUltimate.dll) Version: 4.4.7
Public Function Read As Boolean
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).