ltmmDVD_PB_STOPPED constants

 

    typedef enum ltmmDVD_PB_STOPPED
    {
        ltmmDVD_PB_STOPPED_Other = 0, 
        ltmmDVD_PB_STOPPED_NoBranch = 1, 
        ltmmDVD_PB_STOPPED_NoFirstPlayDomain =2, 
        ltmmDVD_PB_STOPPED_StopCommand = 3, 
        ltmmDVD_PB_STOPPED_Reset =4, 
        ltmmDVD_PB_STOPPED_DiscEjected =5, 
        ltmmDVD_PB_STOPPED_IllegalNavCommand =6, 
        ltmmDVD_PB_STOPPED_PlayPeriodAutoStop = 7, 
        ltmmDVD_PB_STOPPED_PlayChapterAutoStop = 8, 
        ltmmDVD_PB_STOPPED_ParentalFailure = 9, 
        ltmmDVD_PB_STOPPED_RegionFailure = 10, 
        ltmmDVD_PB_STOPPED_MacrovisionFailure = 11, 
        ltmmDVD_PB_STOPPED_DiscReadError = 12, 
        ltmmDVD_PB_STOPPED_CopyProtectFailure = 13
    } ltmmDVD_PB_STOPPED;

The ltmmDVD_PB_STOPPED constants indicate why DVD playback stopped.

Constant

Description

ltmmDVD_PB_STOPPED_Other

[0] The navigator stopped the playback (no reason available).

ltmmDVD_PB_STOPPED_NoBranch

[1] The navigator completed the current PGC and there was no additional video and/or did not find any other branching instruction for subsequent playback.

ltmmDVD_PB_STOPPED_NoFirstPlayDomain

[2] The disc does not contain an initial startup program.

ltmmDVD_PB_STOPPED_StopCommand

[3] The application stopped playback or a DVD Navigator reached a stop command on the disc.

ltmmDVD_PB_STOPPED_Reset

[4] The DVD Navigator was reset to the start of the disc.

ltmmDVD_PB_STOPPED_DiscEjected

[5] The disc was ejected.

ltmmDVD_PB_STOPPED_IllegalNavCommand

[6] An invalid navigation command prevented playback from continuing.

ltmmDVD_PB_STOPPED_PlayPeriodAutoStop

[7] Playback reached the end time that was specified by the application.

ltmmDVD_PB_STOPPED_PlayChapterAutoStop

[8] Playback reached the end of the chapter The name for each individual video file on a DVD. For example, under the titl The name for a group of related video files (called "Chapters") on your DVD. For example, for a DVD called "My Summer Vacation," you might have the titles "Water Skiing," "New Friends," and "Hiking." For each of those titles, you might have one or more different video files.e "Water Skiing", you might have the chapters "My first try," "My first wreck," and "My first jump.".

ltmmDVD_PB_STOPPED_ParentalFailure

[9] Playback was stopped because of the parental level.

ltmmDVD_PB_STOPPED_RegionFailure

[10] Playback was stopped because the region did not match.

ltmmDVD_PB_STOPPED_MacrovisionFailure

[11] Playback was stopped because of Macrovision protection.

ltmmDVD_PB_STOPPED_DiscReadError

[12] An error occurred while reading the disc.

ltmmDVD_PB_STOPPED_CopyProtectFailure

[13] Playback was stopped because of copy protection.

Comments

For more detailed information, refer to the Microsoft documentation for the DVD_PB_STOPPED Enumeration.