| Visual Basic (Declaration) | |
|---|---|
Public Enum DVDPlaybackStopped Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As DVDPlaybackStopped | |
| C# | |
|---|---|
public enum DVDPlaybackStopped : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class DVDPlaybackStopped : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| CopyProtectFailure | Playback was stopped because of copy protection. |
| DiscEjected | The disc was ejected. |
| DiscReadError | An error occurred while reading the disc. |
| IllegalNavCommand | An invalid navigation command prevented playback from continuing. |
| MacrovisionFailure | Playback was stopped because of Macrovision protection. |
| NoBranch | The navigator completed the current PGC. Either there was no additional video and/or no other branching instructions were found for subsequent playback. |
| NoFirstPlayDomain | The disc does not contain an initial startup program. |
| Other | The navigator stopped the playback (no reason available). |
| ParentalFailure | Playback was stopped because of the parental level. |
| PlayChapterAutoStop | Playback reached the end of the chapter. |
| PlayPeriodAutoStop | Playback reached the end time that was specified by the application. |
| RegionFailure | Playback was stopped because the region did not match. |
| Reset | The DVD Navigator was reset to the start of the disc. |
| StopCommand | The application stopped playback or a DVD Navigator reached a stop command on the disc. |
System.Object
System.ValueType
System.Enum
Leadtools.Multimedia.DVDPlaybackStopped
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