| Visual Basic (Declaration) | |
|---|---|
Public Enum DVDWarning Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As DVDWarning | |
| C# | |
|---|---|
public enum DVDWarning : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class DVDWarning : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| FormatNotSupported | A decoder would not support the current format. Playback of a stream (audio, video of SP) may not function. lParam2 contains the stream type. |
| IllegalNavCommand | The internal DVD navigation command processor attempted to process an illegal command. |
| InvalidDVD1_0Disc | DVD-Video disc is incorrectly authored. Playback can continue, but unexpected behavior may occur. |
| Open | File Open Failed. |
| Read | File Read Failed. |
| Seek | File Seek Failed. |
System.Object
System.ValueType
System.Enum
Leadtools.Multimedia.DVDWarning
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