VideoFrameReader Properties

Properties

BitRateGets the average bitrate of the video in kbps.
CodecDescription Gets the descriptive name of the codec used in the video, meant to be more human readable than name.
CodecNameGets the name of the codec used in the video.
CodecTagGets the tag of the codec used in the video, also known as FourCC code.
CurrentFrameNumber 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.
DurationGets the duration of the video.
FrameRateGets the frame rate of the video, expressed in frames per second (FPS).
HeightGets the height of the video in pixels.
MetadataGets a dictionary representing metadata stored in the video.
WidthGets the width of the video in pixels.

See Also