AVEncCommonQuality Property

 
Microsoft DirectShow 9.0

AVEncCommonQuality Property

Specifies the quality level for encoding.

Property GUID

CODECAPI_AVEncCommonQuality

Data Type

UINT32 (VT_UI4)

Possible Values

The value of this property has the following range:

Value Description
0 Minimum quality, smaller output size.
100 Maximum quality, larger output size.

Remarks

This property is read/write.

This property controls the quality level when the encoder is not using a constrained bit rate. The AVEncCommonRateControlMode property determines whether the bit rate is constrained.

Requirements

Header: Include codecapi.h.

See Also