PlayerStateTransitionReason 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.
Reasons for player state changes.
public enum class PlayerStateTransitionReason
public enum PlayerStateTransitionReason
type PlayerStateTransitionReason =
Public Enum PlayerStateTransitionReason
- Inheritance
-
PlayerStateTransitionReason
Fields
Name | Value | Description |
---|---|---|
UserInvoked | 0 | User-invoked state change. |
PlayCompleted | 1 | Play-completed state change. |
AutomaticMode | 2 | Automatic-mode state change. |