Agora Java API Reference for Android
|
Public Member Functions | |
RHYTHM_PLAYER_ERROR_TYPE (int v) | |
int | getValue () |
Static Public Member Functions | |
static RHYTHM_PLAYER_ERROR_TYPE | fromInt (int v) |
Public Attributes | |
RHYTHM_PLAYER_ERROR_OK =(0) | |
RHYTHM_PLAYER_ERROR_FAILED =(1) | |
RHYTHM_PLAYER_ERROR_CAN_NOT_OPEN =(801) | |
RHYTHM_PLAYER_ERROR_CAN_NOT_PLAY =(802) | |
RHYTHM_PLAYER_ERROR_FILE_OVER_DURATION_LIMIT =(803) | |
The error codes of the rhythm player.
io.agora.rtc2.IRtcEngineEventHandler.RHYTHM_PLAYER_ERROR_TYPE.RHYTHM_PLAYER_ERROR_OK =(0) |
0: The rhythm player works well.
io.agora.rtc2.IRtcEngineEventHandler.RHYTHM_PLAYER_ERROR_TYPE.RHYTHM_PLAYER_ERROR_FAILED =(1) |
1: The rhythm player occurs a internal error.
io.agora.rtc2.IRtcEngineEventHandler.RHYTHM_PLAYER_ERROR_TYPE.RHYTHM_PLAYER_ERROR_CAN_NOT_OPEN =(801) |
801: The rhythm player can not open the file.
io.agora.rtc2.IRtcEngineEventHandler.RHYTHM_PLAYER_ERROR_TYPE.RHYTHM_PLAYER_ERROR_CAN_NOT_PLAY =(802) |
802: The rhythm player can not play the file.
io.agora.rtc2.IRtcEngineEventHandler.RHYTHM_PLAYER_ERROR_TYPE.RHYTHM_PLAYER_ERROR_FILE_OVER_DURATION_LIMIT =(803) |
803: The file duration over the limit. The file duration limit is 1.2 seconds.