VideoFrameReaderCurrentFrameNumber Property

Gets the number of frames returned from the decoder so far. The counter is not incremented if encoding resulted in an error. Note that if you seek the video, the counter will be reset.

Definition

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

Property Value

Int64

See Also