AVEncCommonMaxBitRate Property

 
Microsoft DirectShow 9.0

AVEncCommonMaxBitRate Property

Specifies the maximum 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_AVEncCommonMaxBitRate

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.

Requirements

Header: Include codecapi.h.

See Also