AVEncCommonBufferInLevel Property

 
Microsoft DirectShow 9.0

AVEncCommonBufferInLevel Property

Specifies the initial level of the encoding buffer, in bits. This property applies only to constant bit rate (CBR) and variable bit rate (VBR) encoding modes.

Property GUID

CODECAPI_AVEncCommonBufferInLevel

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.

For MPEG video, this property defines the initial video buffer verifier (VBV) fullness. It supports the concatenation of streams during encoding.

Requirements

Header: Include codecapi.h.

See Also