VMR9RenderPrefs Enumeration
Microsoft DirectShow 9.0 |
VMR9RenderPrefs Enumeration
The VMR9RenderPrefs enumeration type specifies basic rendering preferences for the VMR-9. It is used with the IVMRFilterConfig9::GetRenderingPrefs and IVMRFilterConfig9::SetRenderingPrefs methods.
Syntax
typedef enum VMR9RenderPrefs{ RenderPrefs9_DoNotRenderBorder = 0x00000001, RenderPrefs9_Mask = 0x00000001, };
Members
RenderPrefs9_DoNotRenderBorder
Indicates that the application paints the color keyed areas.
RenderPrefs9_Mask
Bitwise OR of all flags; not used by applications.
Requirements
Header: Vmr9.h
See Also