Microsoft DirectX 9.0

AM_WST_STATE Enumeration

The AM_WST_STATE enumeration specifies whether WST closed captioning is enabled or disabled.

Syntax

typedef enum _AM_WST_STATE {
  AM_WST_STATE_Off = 0,
  AM_WST_STATE_On
} AM_WST_STATE, *PAM_WST_STATE ;

Elements

AM_WST_STATE_Off

Specifies that WST closed captioning is enabled

AM_WST_STATE_On

Specifies that WST closed captioning is disabled.

See Also