AM_WST_DRAWBGMODE Enumeration

 
Microsoft DirectShow 9.0

AM_WST_DRAWBGMODE Enumeration

The AM_WST_DRAWBGMODE enumeration specifies whether the background of the WST frame is opaque or transparent.

Syntax

  
    
  

Members

AM_WST_DRAWBGMODE_Opaque

The background is opaque.

AM_WST_DRAWBGMODE_Transparent

The background is transparent.

Requirements

  Header: Dshow.h

See Also