VMR9DeinterlacePrefs enumeration

The VMR9DeinterlacePrefs enumeration type describes the deinterlacing method that the Video Mixing Renderer Filter 9 (VMR-9) uses if the method set by the application cannot be used.

Syntax

typedef enum __MIDL___MIDL_itf_vmr9_0000_0013_0001 {
  DeinterlacePref9_NextBest,
  DeinterlacePref9_BOB,
  DeinterlacePref9_Weave,
  DeinterlacePref9_Mask
} VMR9DeinterlacePrefs;

Constants

DeinterlacePref9_NextBest Use the next best mode offered by the driver.
DeinterlacePref9_BOB Use the bob method.
DeinterlacePref9_Weave Use the weave method (that is, no deinterlacing).
DeinterlacePref9_Mask Bitwise OR of the previous flags. This value is used internally by the VMR, and is not a valid flag.

Requirements

   
Header vmr9.h

See also

DirectShow Enumerated Types

IVMRDeinterlaceControl9 Interface