AVEncCommonMinBitRate Property

 
Microsoft DirectShow 9.0

AVEncCommonMinBitRate Property

Specifies the minimum bit rate, in bits per second. This property applies only to constant bit rate (CBR) and variable bit rate (VBR) encoding modes.

Property GUID

CODECAPI_AVEncCommonMinBitRate

Data Type

UINT32 (VT_UI4)

Possible Values

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

Remarks

This property is read/write.

The encoder enforces the minimum bit rate by increasing the encoding quality as necessary.

Requirements

Header: Include codecapi.h.

See Also