Share via


AVEncStatVideoCodedFrames Property

 
Microsoft DirectShow 9.0

AVEncStatVideoCodedFrames Property

Returns the number of video frames that were encoded.

Property GUID

CODECAPI_AVEncStatVideoCodedFrames

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 equal to the AVEncStatVideoTotalFrames property minus the number of dropped frames. The encoder might drop frames to stay within the specified bit rate constraints. It might also drop frames at the end of the stream (see AVEncCommonStreamEndHandling property).

Requirements

Header: Include codecapi.h.

See Also