MediaPlayerState
Player states.
Enumerations
- PlayerStateIdle
- 0: Default state. The player returns this state before opening a media file and after playback ends.
- PlayerStateOpening
- 1: Opening media file.
- PlayerStateOpenCompleted
- 2: Media file opened successfully.
- PlayerStatePlaying
- 3: Playing.
- PlayerStatePaused
- 4: Paused.
- PlayerStatePlaybackCompleted
- 5: Playback completed.
- PlayerStatePlaybackAllLoopsCompleted
- 6: Loop playback ended.
- PlayerStateStopped
- 7: Playback stopped.
- PlayerStateFailed
- 100: Playback failed.