Microsoft DirectX 9.0

MSVidCCService Enumeration

This topic applies to Windows XP Service Pack 1 only.

The MSVidCCService enumeration indicates closed captioning services.

Syntax

typedef enum {
    None,
    Caption1,
    Caption2,
    Text1,
    Text2,
    XDS
} MSVidCCService;

Members

None

No current service

Caption1

CC1 (caption channel)

Caption2

CC2 (caption channel)

Text1

T1 (text channel)

Text2

T2 (text channel)

XDS

Extended data services (XDS or EDS)

See Also