| Visual Basic (Declaration) | |
|---|---|
Public Enum DVDSubpictureType Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As DVDSubpictureType | |
| C# | |
|---|---|
public enum DVDSubpictureType : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class DVDSubpictureType : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| Language | The Subpicture contains language-related content such as movie subtitles or other text. |
| NotSpecified | The DVD does not specify the Subpicture type. |
| Other | The Subpicture contains non-language-related content such as the bouncing ball in karaoke titles. |
System.Object
System.ValueType
System.Enum
Leadtools.Multimedia.DVDSubpictureType
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