PlaybackState Enumeração
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
public enum PlaybackState
type PlaybackState =
- Herança
-
PlaybackState
Campos
Nome | Valor | 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 |