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,
eAVEncMPVScanPattern_AlternateScan = 2
};
Constants
- eAVEncMPVQScaleType_Auto
-
The encoder selects the quantization scale.
- eAVEncMPVQScaleType_Linear
-
The quantization scale is linear.
- eAVEncMPVScanPattern_AlternateScan
-
The quantization scale is non-linear.
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps | Windows Store apps] |
|
Header |
|
See also
Show: