C#
VB
C++
The DVDPlaybackStopped enumeration values indicate why DVD playback stops. The stop reason code is passed as param1 of the MediaEventArgs object when a MediaEventCode.EC_DVD_PLAYBACK_STOPPED event has been raised.
public enum DVDPlaybackStopped
Public Enum DVDPlaybackStopped
public enum class DVDPlaybackStopped
Members
Value | Member | Description |
---|---|---|
0 | Other | The navigator stopped the playback (no reason available). |
1 | NoBranch | The navigator completed the current PGC. Either there was no additional video and/or no other branching instructions were found for subsequent playback. |
2 | NoFirstPlayDomain | The disc does not contain an initial startup program. |
3 | StopCommand | The application stopped playback or a DVD Navigator reached a stop command on the disc. |
4 | Reset | The DVD Navigator was reset to the start of the disc. |
5 | DiscEjected | The disc was ejected. |
6 | IllegalNavCommand | An invalid navigation command prevented playback from continuing. |
7 | PlayPeriodAutoStop | Playback reached the end time that was specified by the application. |
8 | PlayChapterAutoStop | Playback reached the end of the chapter. |
9 | ParentalFailure | Playback was stopped because of the parental level. |
10 | RegionFailure | Playback was stopped because the region did not match. |
11 | MacrovisionFailure | Playback was stopped because of Macrovision protection. |
12 | DiscReadError | An error occurred while reading the disc. |
13 | CopyProtectFailure | Playback was stopped because of copy protection. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET