public enum PlayerStatus
Public Enumeration PlayerStatus
Dim instance As PlayerStatus
public enum class PlayerStatus
type PlayerStatus
No code example is currently available or this language may not be supported.
Playing | 0 | The player is playing a file. |
Paused | 1 | The player is paused. |
Stopped | 2 | The player is stopped. |