The playback event.
Enumerator |
---|
PLAYER_EVENT_SEEK_BEGIN | The player begins to seek to the new playback position.
|
PLAYER_EVENT_SEEK_COMPLETE | The seek operation completes.
|
PLAYER_EVENT_SEEK_ERROR | An error occurs during the seek operation.
|
PLAYER_EVENT_AUDIO_TRACK_CHANGED | The player changes the audio track for playback.
|
PLAYER_EVENT_BUFFER_LOW | player buffer low
|
PLAYER_EVENT_BUFFER_RECOVER | player buffer recover
|
PLAYER_EVENT_FREEZE_START | The video or audio is interrupted
|
PLAYER_EVENT_FREEZE_STOP | Interrupt at the end of the video or audio
|
PLAYER_EVENT_SWITCH_BEGIN | switch source begin
|
PLAYER_EVENT_SWITCH_COMPLETE | switch source complete
|
PLAYER_EVENT_SWITCH_ERROR | switch source error
|
PLAYER_EVENT_FIRST_DISPLAYED | An application can render the video to less than a second
|
PLAYER_EVENT_REACH_CACHE_FILE_MAX_COUNT | cache resources exceed the maximum file count
|
PLAYER_EVENT_REACH_CACHE_FILE_MAX_SIZE | cache resources exceed the maximum file size
|
PLAYER_EVENT_TRY_OPEN_START | Triggered when a retry is required to open the media
|
PLAYER_EVENT_TRY_OPEN_SUCCEED | Triggered when the retry to open the media is successful
|
PLAYER_EVENT_TRY_OPEN_FAILED | Triggered when retrying to open media fails
|