VMRDeinterlacePrefs enumeration
The VMRDeinterlacePrefs enumeration type describes the deinterlacing method that the Video Mixing Renderer Filter 7 (VMR-7) uses if the method set by the application cannot be used.
Syntax
typedef enum { DeinterlacePref_NextBest = 0x01, DeinterlacePref_BOB = 0x02, DeinterlacePref_Weave = 0x04, DeinterlacePref_Mask = 0x07 } VMRDeinterlacePrefs;
Constants
- DeinterlacePref_NextBest
-
Use the next best mode offered by the driver.
- DeinterlacePref_BOB
-
Use the bob method.
- DeinterlacePref_Weave
-
Use the weave method (that is, no deinterlacing).
- DeinterlacePref_Mask
-
Bitwise OR of the previous flags. This value is not a valid flag.
Requirements
|
Product | Windows XP with SP1 |
|---|---|
|
Header |
|
See also
Send comments about this topic to Microsoft
Build date: 11/21/2012
