DVD_SUBPICTURE_LANG_EXT 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 the possible language extensions in a specified subpicture stream.

Syntax

typedef enum tagDVD_SUBPICTURE_LANG_EXT {
  DVD_SP_EXT_NotSpecified = 0,
  DVD_SP_EXT_Caption_Normal = 1,
  DVD_SP_EXT_Caption_Big = 2,
  DVD_SP_EXT_Caption_Children = 3,
  DVD_SP_EXT_CC_Normal = 5,
  DVD_SP_EXT_CC_Big = 6,
  DVD_SP_EXT_CC_Children = 7,
  DVD_SP_EXT_Forced = 9,
  DVD_SP_EXT_DirectorComments_Normal = 13,
  DVD_SP_EXT_DirectorComments_Big = 14,
  DVD_SP_EXT_DirectorComments_Children = 15
} DVD_SUBPICTURE_LANG_EXT;

Constants

 
DVD_SP_EXT_NotSpecified
Value: 0
Indicates that no language extensions are present.
DVD_SP_EXT_Caption_Normal
Value: 1
Indicates that the specified stream contains normal captions.
DVD_SP_EXT_Caption_Big
Value: 2
Indicates that the specified stream contains big captions.
DVD_SP_EXT_Caption_Children
Value: 3
Indicates that the specified stream contains captions for children.
DVD_SP_EXT_CC_Normal
Value: 5
Indicates that the specified stream contains normal closed captions.
DVD_SP_EXT_CC_Big
Value: 6
Indicates that the specified stream contains big closed captions.
DVD_SP_EXT_CC_Children
Value: 7
Indicates that the specified stream contains closed captions for children.
DVD_SP_EXT_Forced
Value: 9
Indicates that the subpicture stream is forcedly activated, meaning that the application will not be able to turn it off.
DVD_SP_EXT_DirectorComments_Normal
Value: 13
Indicates that the specified stream contains normal-sized director's comments.
DVD_SP_EXT_DirectorComments_Big
Value: 14
Indicates that the specified stream contains large-sized director's comments.
DVD_SP_EXT_DirectorComments_Children
Value: 15
Indicates that the specified stream contains director's comments for children.

Requirements

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

See also

DirectShow Enumerated Types

IDvdControl2::SelectDefaultSubpictureLanguage

IDvdInfo2::GetDefaultSubpictureLanguage