| Microsoft DirectX 8.1 (C++) | 
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;
Elements
DVD_SP_EXT_NotSpecified
Indicates that no language extensions are present.
DVD_SP_EXT_Caption_Normal
Indicates that the specified stream contains normal captions.
DVD_SP_EXT_Caption_Big
Indicates that the specified stream contains big captions.
DVD_SP_EXT_Caption_Children
Indicates that the specified stream contains captions for children.
DVD_SP_EXT_CC_Normal
Indicates that the specified stream contains normal closed captions.
DVD_SP_EXT_CC_Big
Indicates that the specified stream contains big closed captions.
DVD_SP_EXT_CC_Children
Indicates that the specified stream contains closed captions for children.
DVD_SP_EXT_Forced
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
Indicates that the specified stream contains normal-sized director's comments.
DVD_SP_EXT_DirectorComments_Big
Indicates that the specified stream contains large-sized director's comments.
DVD_SP_EXT_DirectorComments_Children
Indicates that the specified stream contains director's comments for children.
See Also