Enum VLDVDPlayer.TVLDVDPBStopped
Latest revision as of 00:21, 22 November 2011
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: VideoLabPkg
Unit: VLDVDPlayer
Contents | 
Syntax
Delphi:
type TVLDVDPBStopped = (stOther, stNoBranch, stNoFirstPlayDomain, stStopCommand, stReset, stDiscEjected, stIllegalNavCommand, stPlayPeriodAutoStop, stPlayChapterAutoStop, stParentalFailure, stRegionFailure, stMacrovisionFailure, stDiscReadError, stCopyProtectFailure);
C++ Builder:
enum TVLDVDPBStopped {stOther, stNoBranch, stNoFirstPlayDomain, stStopCommand, stReset, stDiscEjected, stIllegalNavCommand, stPlayPeriodAutoStop, stPlayChapterAutoStop, stParentalFailure, stRegionFailure, stMacrovisionFailure, stDiscReadError, stCopyProtectFailure};
Visual C++ (MFC):
enum CTVLDVDPBStopped {stOther, stNoBranch, stNoFirstPlayDomain, stStopCommand, stReset, stDiscEjected, stIllegalNavCommand, stPlayPeriodAutoStop, stPlayChapterAutoStop, stParentalFailure, stRegionFailure, stMacrovisionFailure, stDiscReadError, stCopyProtectFailure};
Summary
Enumeration value that indicates why DVD playback stopped.
Description
Defines enumeration value that indicates why DVD playback stopped.
Values
| stOther | Unspecified reason. | 
| stNoBranch | The current program chain (PGC) completed and the DVD Navigator found no other video or other branching instructions. | 
| stNoFirstPlayDomain | The disc does not contain an initial startup program. | 
| stStopCommand | The application stopped playback or a DVD Navigator reached a stop command on the disc. | 
| stReset | The DVD Navigator was reset to the start of the disc. | 
| stDiscEjected | The disc was ejected. | 
| stIllegalNavCommand | An invalid navigation command prevented playback from continuing. | 
| stPlayPeriodAutoStop | Playback reached the end time that was specified by the application. | 
| stPlayChapterAutoStop | Playback reached the end of the chapter. | 
| stParentalFailure | Playback was stopped because of the parental level. | 
| stRegionFailure | Playback was stopped because the region did not match. | 
| stMacrovisionFailure | Playback was stopped because of analog copy protection. | 
| stDiscReadError | An error occurred while reading the disc. | 
| stCopyProtectFailure | Playback was stopped because of copy protection. |