VMRDeinterlacePrefs enumeration (strmif.h)
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 VMRDeinterlacePrefs {
DeinterlacePref_NextBest = 0x1,
DeinterlacePref_BOB = 0x2,
DeinterlacePref_Weave = 0x4,
DeinterlacePref_Mask = 0x7
} ;
Constants
DeinterlacePref_NextBestValue: 0x1 Use the next best mode offered by the driver. |
DeinterlacePref_BOBValue: 0x2 Use the bob method. |
DeinterlacePref_WeaveValue: 0x4 Use the weave method (that is, no deinterlacing). |
DeinterlacePref_MaskValue: 0x7 Bitwise OR of the previous flags. This value is not a valid flag. |
Requirements
| Header | strmif.h (include Dshow.h) |