Agora Java API Reference for Android
|
Public Member Functions | |
RHYTHM_PLAYER_STATE_TYPE (int v) | |
int | getValue () |
Static Public Member Functions | |
static RHYTHM_PLAYER_STATE_TYPE | fromInt (int v) |
Public Attributes | |
RHYTHM_PLAYER_STATE_IDLE =(810) | |
RHYTHM_PLAYER_STATE_OPENING =(811) | |
RHYTHM_PLAYER_STATE_DECODING =(812) | |
RHYTHM_PLAYER_STATE_PLAYING =(813) | |
RHYTHM_PLAYER_STATE_FAILED =(814) | |
The state of the rhythm player.
io.agora.rtc2.IRtcEngineEventHandler.RHYTHM_PLAYER_STATE_TYPE.RHYTHM_PLAYER_STATE_IDLE =(810) |
810: The rhythm player is idle.
io.agora.rtc2.IRtcEngineEventHandler.RHYTHM_PLAYER_STATE_TYPE.RHYTHM_PLAYER_STATE_OPENING =(811) |
811: The rhythm player is opening files.
io.agora.rtc2.IRtcEngineEventHandler.RHYTHM_PLAYER_STATE_TYPE.RHYTHM_PLAYER_STATE_DECODING =(812) |
812: Files opened successfully, the rhythm player starts decoding files.
io.agora.rtc2.IRtcEngineEventHandler.RHYTHM_PLAYER_STATE_TYPE.RHYTHM_PLAYER_STATE_PLAYING =(813) |
813: Files decoded successfully, the rhythm player starts mixing the two files and playing back them locally.
io.agora.rtc2.IRtcEngineEventHandler.RHYTHM_PLAYER_STATE_TYPE.RHYTHM_PLAYER_STATE_FAILED =(814) |
814: The rhythm player is starting to fail, and you need to check the error code for detailed failure reasons