MF_VIDEO_PROCESSOR_ALGORITHM_TYPE enumeration (mfidl.h)

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
Value: 0
default mode favors a balance of quality and speed
MF_VIDEO_PROCESSOR_ALGORITHM_MRF_CRF_444
Value: 1
The video processor will always internally process in AYUV and use high quality filters.

Requirements

Requirement Value
Minimum supported client Windows 8.1 [desktop apps only]
Minimum supported server Windows Server 2012 R2 [desktop apps only]
Header mfidl.h

See also

Media Foundation Enumerations