VMR9Mode enumeration

The VMR9Mode enumeration type specifies the rendering mode of the Video Mixing Renderer 9 (VMR-9) filter.

Syntax

typedef enum __MIDL___MIDL_itf_vmr9_0000_0010_0001 {
  VMR9Mode_Windowed,
  VMR9Mode_Windowless,
  VMR9Mode_Renderless,
  VMR9Mode_Mask
} VMR9Mode;

Constants

VMR9Mode_Windowed Windowed mode.
VMR9Mode_Windowless Windowless mode.
VMR9Mode_Renderless Renderless mode.
VMR9Mode_Mask Bitwise OR of all above flags; not used by applications.

Remarks

For a description of the various VMR-9 modes, see VMR Modes of Operation.

Requirements

   
Header vmr9.h

See also

DirectShow Enumerated Types

IVMRFilterConfig9::GetRenderingMode

IVMRFilterConfig9::SetRenderingMode