| Visual Basic (Declaration) | |
|---|---|
Public Enum DVDError Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As DVDError | |
| C# | |
|---|---|
public enum DVDError : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class DVDError : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| CopyProtectFail | Key exchange for DVD copy protection failed. |
| IncompatibleDiscAndDecoderRegions | The disc cannot be played because the disc is not authored to be played in the decoder's region. |
| IncompatibleSystemAndDecoderRegions | No discs can be played because the system region does not match the decoder. |
| InvalidDiscRegion | The Disc cannot be played because the disc is not authored to play in the system region. |
| InvalidDVD1_0Disc | DVD-Video disc is incorrectly authored for v1. |
| LowParentalLevel | The Player parental level is lower than the lowest parental level available in the DVD content. |
| MacrovisionFail | Macrovision Distribution Failed. |
| Unexpected | Something unexpected happened; perhaps the content was incorrectly authored. |
System.Object
System.ValueType
System.Enum
Leadtools.Multimedia.DVDError
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