eAVFastDecodeMode enumeration
Specifies the video decoding speed. This enumeration is used with the AVDecVideoFastDecodeMode property.
Syntax
enum eAVFastDecodeMode {
eVideoDecodeCompliant = 0,
eVideoDecodeOptimalLF = 1,
eVideoDecodeDisableLF = 2,
eVideoDecodeFastest = 32
};
Constants
- eVideoDecodeCompliant
-
Use normal decoding.
- eVideoDecodeOptimalLF
-
Use the optimal loop filter.
- eVideoDecodeDisableLF
-
Disable the loop filter.
- eVideoDecodeFastest
-
Use the fastest decoding mode.
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: