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



The DVDWarning enumeration values define the DVD warning conditions.

Syntax

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

Members

MemberDescription
FormatNotSupportedA decoder would not support the current format. Playback of a stream (audio, video of SP) may not function. lParam2 contains the stream type.
IllegalNavCommandThe internal DVD navigation command processor attempted to process an illegal command.
InvalidDVD1_0DiscDVD-Video disc is incorrectly authored. Playback can continue, but unexpected behavior may occur.
OpenFile Open Failed.
ReadFile Read Failed.
SeekFile Seek Failed.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Multimedia.DVDWarning

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