Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
| Microsoft DirectShow 9.0 | 
eAVEncMPVQScaleType Enumeration
Specifies whether the quantizer scale is linear or non-linear. This enumeration is used with the AVEncMPVQScaleType property.
Syntax
enum eAVEncMPVQScaleType {
    eAVEncMPVQScaleType_Auto      = 0,
    eAVEncMPVQScaleType_Linear    = 1,
    eAVEncMPVQScaleType_NonLinear = 2
};
Members
eAVEncMPVQScaleType_Auto
The encoder selects the quantization scale.
eAVEncMPVQScaleType_Linear
The quantization scale is linear.
eAVEncMPVScanPattern_AlternateScan
The quantization scale is non-linear.
Requirements
Header: Include codecapi.h.
See Also