Microsoft DirectX 9.0 |
Defines flags used to determine what kind of content the subpicture stream contains.
Syntax
typedef enum tagDVD_SUBPICTURE_TYPE
{
DVD_SPType_NotSpecified = 0,
DVD_SPType_Language = 1,
DVD_SPType_Other = 2,
} DVD_SUBPICTURE_TYPE;
Elements
DVD_SPType_NotSpecified
The DVD does not specify the subpicture type.
DVD_SPType_Language
The subpicture contains language-related content such as movie subtitles or other text.
DVD_SPType_Other
The subpicture contains nonlanguage-related content such as a bouncing ball in karaoke titles.
See Also