Share via


MFPKEY_VBRENABLED Property

banner art

Specifies whether the codec will use variable-bit-rate (VBR) encoding.

Constant for IPropertyBag

g_wszWMVCVBREnabled, g_wszWMCPAudioVBRSupported

Data Type

VT_BOOL

Default Value

FALSE

Remarks

This value must be set to TRUE for any of the other VBR properties to be used by the codec.

After you set this value to TRUE on the audio encoder, the output types retrieved by using the IMediaObject::GetOutputType method are VBR types.

Applies To

This read/write property is available on the encoder of the following codecs:

Requirements

Client: Requires Windows Vista or Windows XP.

Header: Include wmcodecdsp.h.

See Also