| Visual Basic (Declaration) | |
|---|---|
Public Enum DVDAudioLangExt Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As DVDAudioLangExt | |
| C# | |
|---|---|
public enum DVDAudioLangExt : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class DVDAudioLangExt : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| Captions | The audio stream contains captions. |
| DirectorComments1 | The audio stream contains "director comments 1". |
| DirectorComments2 | The audio stream contains "director comments 2". |
| NotSpecified | The digital video disc (DVD) doesn't specify an audio language extension for this audio stream. |
| VisuallyImpaired | The audio stream contains content for people with low vision. |
System.Object
System.ValueType
System.Enum
Leadtools.Multimedia.DVDAudioLangExt
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