DVD_SUBPICTURE_TYPE enumeration (strmif.h)

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;

Constants

 
DVD_SPType_NotSpecified
Value: 0
The DVD does not specify the subpicture type.
DVD_SPType_Language
Value: 1
The subpicture contains language-related content such as movie subtitles or other text.
DVD_SPType_Other
Value: 2
The subpicture contains nonlanguage-related content such as a bouncing ball in karaoke titles.

Requirements

   
Header strmif.h (include Dshow.h)

See also

DVD_SubpictureAttributes

DirectShow Enumerated Types