Agora Java API Reference for Android
|
Public Member Functions | |
int | getValue () |
Static Public Member Functions | |
static AgoraRteMediaPlayerEvent | valueOf (int v) |
Public Attributes | |
RTE_PLAYER_EVENT_UNKNOWN =(-1) | |
RTE_PLAYER_EVENT_SEEK_BEGIN =(0) | |
RTE_PLAYER_EVENT_SEEK_COMPLETE =(1) | |
RTE_PLAYER_EVENT_SEEK_ERROR =(2) | |
RTE_PLAYER_EVENT_VIDEO_PUBLISHED =(3) | |
RTE_PLAYER_EVENT_AUDIO_PUBLISHED =(4) | |
RTE_PLAYER_EVENT_AUDIO_TRACK_CHANGED =(5) | |
RTE_PLAYER_EVENT_BUFFER_LOW =(6) | |
RTE_PLAYER_EVENT_BUFFER_RECOVER =(7) | |
RTE_PLAYER_EVENT_FREEZE_START =(8) | |
RTE_PLAYER_EVENT_FREEZE_STOP =(9) | |
RTE_PLAYER_EVENT_PLAYBACK_COMPLETED =(10) | |
io.agora.rte.media.media_player.AgoraRteMediaPlayerEvent.RTE_PLAYER_EVENT_UNKNOWN =(-1) |
unknown
io.agora.rte.media.media_player.AgoraRteMediaPlayerEvent.RTE_PLAYER_EVENT_SEEK_BEGIN =(0) |
The player begins to seek to the new playback position.
io.agora.rte.media.media_player.AgoraRteMediaPlayerEvent.RTE_PLAYER_EVENT_SEEK_COMPLETE =(1) |
The seek operation completes.
io.agora.rte.media.media_player.AgoraRteMediaPlayerEvent.RTE_PLAYER_EVENT_SEEK_ERROR =(2) |
An error occurs during the seek operation.
io.agora.rte.media.media_player.AgoraRteMediaPlayerEvent.RTE_PLAYER_EVENT_VIDEO_PUBLISHED =(3) |
The player publishes a video track.
io.agora.rte.media.media_player.AgoraRteMediaPlayerEvent.RTE_PLAYER_EVENT_AUDIO_PUBLISHED =(4) |
The player publishes an audio track.
io.agora.rte.media.media_player.AgoraRteMediaPlayerEvent.RTE_PLAYER_EVENT_AUDIO_TRACK_CHANGED =(5) |
The player changes the audio track for playback.
io.agora.rte.media.media_player.AgoraRteMediaPlayerEvent.RTE_PLAYER_EVENT_BUFFER_LOW =(6) |
player buffer low
io.agora.rte.media.media_player.AgoraRteMediaPlayerEvent.RTE_PLAYER_EVENT_BUFFER_RECOVER =(7) |
player buffer recover
io.agora.rte.media.media_player.AgoraRteMediaPlayerEvent.RTE_PLAYER_EVENT_FREEZE_START =(8) |
The video or audio is interrupted
io.agora.rte.media.media_player.AgoraRteMediaPlayerEvent.RTE_PLAYER_EVENT_FREEZE_STOP =(9) |
Interrupt at the end of the video or audio
io.agora.rte.media.media_player.AgoraRteMediaPlayerEvent.RTE_PLAYER_EVENT_PLAYBACK_COMPLETED =(10) |
The playback and all loops are completed