MF_VIDEO_PROCESSOR_ALGORITHM_TYPE enumeration
Defines algorithms for the video processor which is use by MF_VIDEO_PROCESSOR_ALGORITHM.
Syntax
typedef enum _MF_VIDEO_PROCESSOR_ALGORITHM_TYPE { MF_VIDEO_PROCESSOR_ALGORITHM_DEFAULT = 0, MF_VIDEO_PROCESSOR_ALGORITHM_MRF_CRF_444 = 1 } MF_VIDEO_PROCESSOR_ALGORITHM_TYPE;
Constants
- MF_VIDEO_PROCESSOR_ALGORITHM_DEFAULT
-
default mode favors a balance of quality and speed
- MF_VIDEO_PROCESSOR_ALGORITHM_MRF_CRF_444
-
The video processor will always internally process in AYUV and use high quality filters.
Requirements
|
Minimum supported client |
Windows 8.1 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 R2 [desktop apps only] |
|
IDL |
|
See also
Show: