VMR9Mode Enumeration

 
Microsoft DirectShow 9.0

VMR9Mode Enumeration

The VMR9Mode enumeration type is used in calls to the IVMRFilterConfig9::GetRenderingMode and IVMRFilterConfig9::SetRenderingMode methods to retrieve or specify the VMR-9's rendering mode.

Syntax

typedef enum VMR9Mode{
  VMR9Mode_Windowed  = 0x00000001,
  VMR9Mode_Windowless  = 0x00000002,
  VMR9Mode_Renderless  = 0x00000004,
  VMR9Mode_Mask  = 0x00000007,
};

Members

VMR9Mode_Windowed

Indicates windowed mode.

VMR9Mode_Windowless

Indicates windowless mode.

VMR9Mode_Renderless

Indicates renderless mode.

VMR9Mode_Mask

Bitwise OR of all above flags; not used by applications.

Requirements

  Header: Vmr9.h

See Also