AVEncCommonQualityVsSpeed Property

 
Microsoft DirectShow 9.0

AVEncCommonQualityVsSpeed Property

Specifies the tradeoff between encoding quality and speed. This property is valid in all rate control modes.

Property GUID

CODECAPI_AVEncCommonQualityVsSpeed

Data Type

UINT32 (VT_UI4)

Possible Values

The value of this property has the following range:

Value Description
0 Lower quality, faster encoding.
100 Higher quality, slower encoding.

Remarks

This property is read/write.

Requirements

Header: Include codecapi.h.

See Also