public static enum IRtcEngineEventHandler.RHYTHM_PLAYER_STATE_TYPE extends java.lang.Enum<IRtcEngineEventHandler.RHYTHM_PLAYER_STATE_TYPE>
Enum Constant and Description |
---|
RHYTHM_PLAYER_STATE_DECODING
812: Files opened successfully, the rhythm player starts decoding files.
|
RHYTHM_PLAYER_STATE_FAILED
814: The rhythm player is starting to fail, and you need to check the error code for
detailed failure reasons
|
RHYTHM_PLAYER_STATE_IDLE
810: The rhythm player is idle.
|
RHYTHM_PLAYER_STATE_OPENING
811: The rhythm player is opening files.
|
RHYTHM_PLAYER_STATE_PLAYING
813: Files decoded successfully, the rhythm player starts mixing the two files and playing
back them locally.
|
Modifier and Type | Method and Description |
---|---|
static IRtcEngineEventHandler.RHYTHM_PLAYER_STATE_TYPE |
fromInt(int v) |
int |
getValue() |
static IRtcEngineEventHandler.RHYTHM_PLAYER_STATE_TYPE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IRtcEngineEventHandler.RHYTHM_PLAYER_STATE_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IRtcEngineEventHandler.RHYTHM_PLAYER_STATE_TYPE RHYTHM_PLAYER_STATE_IDLE
public static final IRtcEngineEventHandler.RHYTHM_PLAYER_STATE_TYPE RHYTHM_PLAYER_STATE_OPENING
public static final IRtcEngineEventHandler.RHYTHM_PLAYER_STATE_TYPE RHYTHM_PLAYER_STATE_DECODING
public static final IRtcEngineEventHandler.RHYTHM_PLAYER_STATE_TYPE RHYTHM_PLAYER_STATE_PLAYING
public static final IRtcEngineEventHandler.RHYTHM_PLAYER_STATE_TYPE RHYTHM_PLAYER_STATE_FAILED
public static IRtcEngineEventHandler.RHYTHM_PLAYER_STATE_TYPE[] values()
for (IRtcEngineEventHandler.RHYTHM_PLAYER_STATE_TYPE c : IRtcEngineEventHandler.RHYTHM_PLAYER_STATE_TYPE.values()) System.out.println(c);
public static IRtcEngineEventHandler.RHYTHM_PLAYER_STATE_TYPE valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getValue()
public static IRtcEngineEventHandler.RHYTHM_PLAYER_STATE_TYPE fromInt(int v)