Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
| Microsoft DirectShow 9.0 | 
DVD_SUBPICTURE_TYPE Enumeration
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;
Members
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.
Requirements
Header: Dshow.h
See Also