Share via


AVEncStatVideoTotalFrames Property

 
Microsoft DirectShow 9.0

AVEncStatVideoTotalFrames Property

Returns the number of video frames that the encoder received.

Property GUID

CODECAPI_AVEncStatVideoTotalFrames

Data Type

UINT32 (VT_UI4)

Remarks

This property is read/write. This property is available after the encoding is completed.

The value of this property is the total number of frames sent to the encoder, including frames that were dropped. To get the number of encoded frames, read the AVEncStatVideoCodedFrames property.

Requirements

Header: Include codecapi.h.

See Also