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



The PlayState enumeration values specify the current state of the PlayCtrl object.

Syntax

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

Members

MemberDescription
NotReadyIndicates that the play object is not ready for playback.
PausedIndicates that playback has paused.
RunningIndicates that playback is active.
StoppedIndicates that the PlayCtrl object is ready for playback and has stopped.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Multimedia.PlayState

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