C#
VB
C++
The DVDSubpictureLangExt enumeration values define the possible language extensions in a specified Subpicture stream.
public enum DVDSubpictureLangExt
Public Enum DVDSubpictureLangExt
public enum class DVDSubpictureLangExt
Members
Value | Member | Description |
---|---|---|
0 | NotSpecified | Indicates that no language extensions are present. |
1 | Caption_Normal | Indicates that the specified stream contains normal captions. |
2 | Caption_Big | Indicates that the specified stream contains big captions. |
3 | Caption_Children | Indicates that the specified stream contains captions for children. |
5 | CC_Normal | Indicates that the specified stream contains normal closed captions. |
6 | CC_Big | Indicates that the specified stream contains big closed captions. |
7 | CC_Children | Indicates that the specified stream contains closed captions for children. |
9 | Forced | For more detailed information, refer to the Microsoft documentation for the DVD_SUBPICTURE_LANG_EXT Enumeration. |
13 | DirectorComments_Normal | Indicates that the specified stream contains normal-sized director's comments. |
14 | DirectorComments_Big | Indicates that the specified stream contains large-sized director's comments. |
15 | DirectorComments_Children | Indicates that the specified stream contains director's comments for children. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET