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 __MIDL___MIDL_itf_vmr9_0000_0008_0001 {
  RenderPrefs9_DoNotRenderBorder,
  RenderPrefs9_Mask
} VMR9RenderPrefs;

Constants

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

DirectShow Enumerated Types