AVEncCommonMeanBitRateInterval Property

 
Microsoft DirectShow 9.0

AVEncCommonMeanBitRateInterval Property

Specifies the time interval over which the average bit rate applies. This property is used in conjunction with the AVEncCommonMeanBitRate property.

Property GUID

CODECAPI_AVEncCommonMeanBitRateInterval

Data Type

UINT64 (VT_UI8)

Possible Values

This property has a linear range of values. To get the supported range, call ICodecAPI::GetParameterRange.

Remarks

This property is read/write.

For two-pass variable bit rate (VBR) encoding, the value zero indicates that the time interval is the entire duration of the content. For single-pass constant bit rate (CBR) encoding, the value zero indicates that the encoder selects the interval (typically 0.5 seconds).

Requirements

Header: Include codecapi.h.

See Also