PlayerState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes the state of the Player object.
public enum class PlayerState
public enum PlayerState
type PlayerState =
Public Enum PlayerState
- Inheritance
-
PlayerState
Fields
| Paused | 2 | The player is paused. |
| Started | 0 | The player is playing. |
| Stopped | 1 | The player is stopped. |