AVEncCommonMultipassMode Property

 
Microsoft DirectShow 9.0

AVEncCommonMultipassMode Property

Specifies the number of encoding passes that the encoder supports.

Property GUID

CODECAPI_AVEncCommonMultipassMode

Data Type

UINT32 (VT_UI4)

Possible Values

This property is returned as a range of values. To get the supported range, call ICodecAPI::GetParameterRange.

Remarks

This property is read-only.

Decoding latency is defined as the amount of data the decoder must buffer. For example, setting this property to VARIANT_TRUE on an MPEG video encoder limits the types of GOP structures the encoder can use.

To set the current encoding pass, set the AVEncCommonPassStart property.

Requirements

Header: Include codecapi.h.

See Also