DVD_SUBPICTURE_TYPE enumeration (strmif.h)

[The feature associated with this page, DirectShow, is a legacy feature. It has been superseded by MediaPlayer, IMFMediaEngine, and Audio/Video Capture in Media Foundation. Those features have been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use MediaPlayer, IMFMediaEngine and Audio/Video Capture in Media Foundation instead of DirectShow, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]

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

Requirement Value
Header strmif.h (include Dshow.h)

See also

DVD_SubpictureAttributes

DirectShow Enumerated Types