| Visual Basic (Declaration) | |
|---|---|
Public Enum DVDSubpictureLangExt Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As DVDSubpictureLangExt | |
| C# | |
|---|---|
public enum DVDSubpictureLangExt : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class DVDSubpictureLangExt : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| Caption_Big | Indicates that the specified stream contains big captions. |
| Caption_Children | Indicates that the specified stream contains captions for children. |
| Caption_Normal | Indicates that the specified stream contains normal captions. |
| CC_Big | Indicates that the specified stream contains big closed captions. |
| CC_Children | Indicates that the specified stream contains closed captions for children. |
| CC_Normal | Indicates that the specified stream contains normal closed captions. |
| DirectorComments_Big | Indicates that the specified stream contains large-sized director's comments. |
| DirectorComments_Children | Indicates that the specified stream contains director's comments for children. |
| DirectorComments_Normal | Indicates that the specified stream contains normal-sized director's comments. |
| Forced | For more detailed information, refer to the Microsoft documentation for the DVD_SUBPICTURE_LANG_EXT Enumeration. |
| NotSpecified | Indicates that no language extensions are present. |
System.Object
System.ValueType
System.Enum
Leadtools.Multimedia.DVDSubpictureLangExt
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code