Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction | Help Version 19.0.2.9
|
Leadtools.Multimedia Namespace : PlayState Enumeration |
public enum PlayState : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration
Public Enum PlayState Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage
Dim instance As PlayState
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