VMR9DeinterlacePrefs Enumeration
Microsoft DirectShow 9.0 |
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 { DeinterlacePref9_NextBest = 0x01, DeinterlacePref9_BOB = 0x02, DeinterlacePref9_Weave = 0x04, DeinterlacePref9_Mask = 0x07 } VMR9DeinterlacePrefs;
Members
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