Leadtools.Multimedia Namespace : DVDPlaybackStopped Enumeration |
'Declaration Public Enum DVDPlaybackStopped Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As DVDPlaybackStopped
public enum DVDPlaybackStopped : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
public enum class DVDPlaybackStopped : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000001 | NoBranch | The navigator completed the current PGC. Either there was no additional video and/or no other branching instructions were found for subsequent playback. |
0x00000002 | NoFirstPlayDomain | The disc does not contain an initial startup program. |
0x00000003 | StopCommand | The application stopped playback or a DVD Navigator reached a stop command on the disc. |
0x00000004 | Reset | The DVD Navigator was reset to the start of the disc. |
0x00000005 | DiscEjected | The disc was ejected. |
0x00000006 | IllegalNavCommand | An invalid navigation command prevented playback from continuing. |
0x00000007 | PlayPeriodAutoStop | Playback reached the end time that was specified by the application. |
0x00000008 | PlayChapterAutoStop | Playback reached the end of the chapter. |
0x00000009 | ParentalFailure | Playback was stopped because of the parental level. |
0x0000000A | RegionFailure | Playback was stopped because the region did not match. |
0x0000000B | MacrovisionFailure | Playback was stopped because of Macrovision protection. |
0x0000000C | DiscReadError | An error occurred while reading the disc. |
0x0000000D | CopyProtectFailure | Playback was stopped because of copy protection. |
System.Object
System.ValueType
System.Enum
Leadtools.Multimedia.DVDPlaybackStopped