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
| 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. |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document
