LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
DVDError Enumeration
See Also  
Leadtools.Multimedia Namespace : DVDError Enumeration



The DVDError enumeration values specify DVD error conditions.

Syntax

Visual Basic (Declaration) 
Public Enum DVDError 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As DVDError
C# 
public enum DVDError : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class DVDError : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
CopyProtectFailKey exchange for DVD copy protection failed.
IncompatibleDiscAndDecoderRegionsThe disc cannot be played because the disc is not authored to be played in the decoder's region.
IncompatibleSystemAndDecoderRegionsNo discs can be played because the system region does not match the decoder.
InvalidDiscRegionThe Disc cannot be played because the disc is not authored to play in the system region.
InvalidDVD1_0DiscDVD-Video disc is incorrectly authored for v1.
LowParentalLevelThe Player parental level is lower than the lowest parental level available in the DVD content.
MacrovisionFailMacrovision Distribution Failed.
UnexpectedSomething unexpected happened; perhaps the content was incorrectly authored.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Multimedia.DVDError

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also