MediaPlayerState
Possible states of the media player.
Index
Enumeration members
Enumeration members
BUFFERING
• BUFFERING: = "buffering"
Player is in PLAY mode but not actively playing content. currentTime will not change.
IDLE
• IDLE: = "idle"
No media is loaded into the player.
LOADING
• LOADING: = "loading"
The media is loading.
PAUSED
• PAUSED: = "paused"
The media is not playing.
PLAYING
• PLAYING: = "playing"
The media is playing.