Agora Java API Reference for Android
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
io.agora.rtc2.IRtcEngineEventHandler.RHYTHM_PLAYER_ERROR_TYPE Enum Reference

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)
 

Detailed Description

The error codes of the rhythm player.

Member Data Documentation

◆ RHYTHM_PLAYER_ERROR_OK

io.agora.rtc2.IRtcEngineEventHandler.RHYTHM_PLAYER_ERROR_TYPE.RHYTHM_PLAYER_ERROR_OK =(0)

0: The rhythm player works well.

◆ RHYTHM_PLAYER_ERROR_FAILED

io.agora.rtc2.IRtcEngineEventHandler.RHYTHM_PLAYER_ERROR_TYPE.RHYTHM_PLAYER_ERROR_FAILED =(1)

1: The rhythm player occurs a internal error.

◆ RHYTHM_PLAYER_ERROR_CAN_NOT_OPEN

io.agora.rtc2.IRtcEngineEventHandler.RHYTHM_PLAYER_ERROR_TYPE.RHYTHM_PLAYER_ERROR_CAN_NOT_OPEN =(801)

801: The rhythm player can not open the file.

◆ RHYTHM_PLAYER_ERROR_CAN_NOT_PLAY

io.agora.rtc2.IRtcEngineEventHandler.RHYTHM_PLAYER_ERROR_TYPE.RHYTHM_PLAYER_ERROR_CAN_NOT_PLAY =(802)

802: The rhythm player can not play the file.

◆ RHYTHM_PLAYER_ERROR_FILE_OVER_DURATION_LIMIT

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.