The ltmmDVD_SUBPICTURE_LANG_EXT constants define the possible language extensions in a specified subpicture stream. The values listed below can be used with the IltmmDVDControl interface methods and properties.
typedef enum ltmmDVD_SUBPICTURE_LANG_EXT
{
ltmmDVD_SP_EXT_NotSpecified =0,
ltmmDVD_SP_EXT_Caption_Normal =1,
ltmmDVD_SP_EXT_Caption_Big =2,
ltmmDVD_SP_EXT_Caption_Children =3,
ltmmDVD_SP_EXT_CC_Normal =5,
ltmmDVD_SP_EXT_CC_Big =6,
ltmmDVD_SP_EXT_CC_Children =7,
ltmmDVD_SP_EXT_Forced =9,
ltmmDVD_SP_EXT_DirectorComments_Normal =13,
ltmmDVD_SP_EXT_DirectorComments_Big =14,
ltmmDVD_SP_EXT_DirectorComments_Children =15,
} ltmmDVD_SUBPICTURE_LANG_EXT;
[0] Indicates that no language extensions are present.
[1] Indicates that the specified stream contains normal captions.
[2] Indicates that the specified stream contains big captions.
[3] Indicates that the specified stream contains captions for children.
[5] Indicates that the specified stream contains normal closed captions.
[6] Indicates that the specified stream contains big closed captions.
[7] Indicates that the specified stream contains closed captions for children.
[9] Indicates that the subpicture stream activation is forced, meaning that the application will not be able to turn it off.
[13] Indicates that the specified stream contains normal-sized director's comments.
[14] Indicates that the specified stream contains large-sized director's comments.
[15] Indicates that the specified stream contains director's comments for children.
For more detailed information, see the Microsoft documentation for the DVD_SUBPICTURE_LANG_EXT Enumeration.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document