ltmmDVD_PB_STOPPED constants

The ltmmDVD_PB_STOPPED constants indicate why DVD playback stopped.

Const ltmmDVD_PB_STOPPED_Other = 0
Const ltmmDVD_PB_STOPPED_NoBranch = 1
Const ltmmDVD_PB_STOPPED_NoFirstPlayDomain =2
Const ltmmDVD_PB_STOPPED_StopCommand = 3
Const ltmmDVD_PB_STOPPED_Reset = 4
Const ltmmDVD_PB_STOPPED_DiscEjected = 5
Const ltmmDVD_PB_STOPPED_IllegalNavCommand = 6
Const ltmmDVD_PB_STOPPED_PlayPeriodAutoStop = 7
Const ltmmDVD_PB_STOPPED_PlayChapterAutoStop = 8
Const ltmmDVD_PB_STOPPED_ParentalFailure = 9
Const ltmmDVD_PB_STOPPED_RegionFailure = 10
Const ltmmDVD_PB_STOPPED_MacrovisionFailure = 11
Const ltmmDVD_PB_STOPPED_DiscReadError = 12
Const ltmmDVD_PB_STOPPED_CopyProtectFailure = 13

 

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, did not find more video, and 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.

Constants

For more detailed information, refer to the Microsoft documentation for the DVD_PB_STOPPED Enumeration at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/directshow/htm/dvd_pb_stoppedenumeration.asp.