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_STATE_TYPE Enum Reference

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)
 

Detailed Description

The state of the rhythm player.

Member Data Documentation

◆ RHYTHM_PLAYER_STATE_IDLE

io.agora.rtc2.IRtcEngineEventHandler.RHYTHM_PLAYER_STATE_TYPE.RHYTHM_PLAYER_STATE_IDLE =(810)

810: The rhythm player is idle.

◆ RHYTHM_PLAYER_STATE_OPENING

io.agora.rtc2.IRtcEngineEventHandler.RHYTHM_PLAYER_STATE_TYPE.RHYTHM_PLAYER_STATE_OPENING =(811)

811: The rhythm player is opening files.

◆ RHYTHM_PLAYER_STATE_DECODING

io.agora.rtc2.IRtcEngineEventHandler.RHYTHM_PLAYER_STATE_TYPE.RHYTHM_PLAYER_STATE_DECODING =(812)

812: Files opened successfully, the rhythm player starts decoding files.

◆ RHYTHM_PLAYER_STATE_PLAYING

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.

◆ RHYTHM_PLAYER_STATE_FAILED

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