PlaybackState 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.
public enum PlaybackState
type PlaybackState =
- Inheritance
-
PlaybackState
Fields
Name | Value | Description |
---|---|---|
NotStarted | 0 | |
JoiningBackground | 1 | |
JoiningForeground | 2 | |
Playing | 3 | |
Paused | 4 | |
Seeking | 5 | |
Buffering | 6 | |
PausedBuffering | 7 | |
Suppressed | 9 | |
SuppressedBuffering | 10 | |
Ended | 11 | |
Stopped | 12 | |
Failed | 13 | |
InterruptedByAd | 14 | |
Abandoned | 15 |