Microsoft DirectX 9.0 |
The AM_WST_SERVICE enumeration specifies whether WST service is available and the type of service. This enumeration is currently not supported.
Syntax
typedef enum _AM_WST_SERVICE {
AM_WST_SERVICE_None = 0,
AM_WST_SERVICE_Text,
AM_WST_SERVICE_IDS,
AM_WST_SERVICE_Invalid
} AM_WST_SERVICE, *PAM_WST_SERVICE ;
Elements
AM_WST_SERVICE_None
There is no WST service
AM_WST_SERVICE_Text
The WST closed captioning service is text only
AM_WST_SERVICE_IDS
AM_WST_SERVICE_Invalid
See Also