VideoFrameReaderCurrentFrameNumber Property

Gets the coded picture number of the current frame. Note that this number may be occasionally in wrong order because it is in the coded order, not in the display order. So if you are reading a video from beginning to the end, you may also use a separate variable incremented in your loop.

Definition

Namespace: GleamTech.VideoUltimate
Assembly: GleamTech.VideoUltimate (in GleamTech.VideoUltimate.dll) Version: 3.8.7
C#
public int CurrentFrameNumber { get; }

Property Value

Int32

See Also