Leadtools.Multimedia Namespace : PlayState Enumeration |
'Declaration Public Enum PlayState Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As PlayState
public enum PlayState : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
public enum class PlayState : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | NotReady | Indicates that the play object is not ready for playback. |
0x00000001 | Stopped | Indicates that the PlayCtrl object is ready for playback and has stopped. |
0x00000002 | Paused | Indicates that playback has paused. |
0x00000003 | Running | Indicates that playback is active. |
System.Object
System.ValueType
System.Enum
Leadtools.Multimedia.PlayState