LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
DVDPlaybackStopped Enumeration
See Also  
Leadtools.Multimedia Namespace : DVDPlaybackStopped Enumeration



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.

Syntax

Visual Basic (Declaration) 
Public Enum DVDPlaybackStopped 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As DVDPlaybackStopped
C# 
public enum DVDPlaybackStopped : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class DVDPlaybackStopped : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
CopyProtectFailurePlayback was stopped because of copy protection.
DiscEjectedThe disc was ejected.
DiscReadErrorAn error occurred while reading the disc.
IllegalNavCommandAn invalid navigation command prevented playback from continuing.
MacrovisionFailurePlayback was stopped because of Macrovision protection.
NoBranchThe navigator completed the current PGC. Either there was no additional video and/or no other branching instructions were found for subsequent playback.
NoFirstPlayDomainThe disc does not contain an initial startup program.
OtherThe navigator stopped the playback (no reason available).
ParentalFailurePlayback was stopped because of the parental level.
PlayChapterAutoStopPlayback reached the end of the chapter.
PlayPeriodAutoStopPlayback reached the end time that was specified by the application.
RegionFailurePlayback was stopped because the region did not match.
ResetThe DVD Navigator was reset to the start of the disc.
StopCommandThe application stopped playback or a DVD Navigator reached a stop command on the disc.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Multimedia.DVDPlaybackStopped

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also