public static enum IRtcEngineEventHandler.RHYTHM_PLAYER_ERROR_TYPE extends java.lang.Enum<IRtcEngineEventHandler.RHYTHM_PLAYER_ERROR_TYPE>
Enum Constant and Description |
---|
RHYTHM_PLAYER_ERROR_CAN_NOT_OPEN
801: The rhythm player can not open the file.
|
RHYTHM_PLAYER_ERROR_CAN_NOT_PLAY
802: The rhythm player can not play the file.
|
RHYTHM_PLAYER_ERROR_FAILED
1: The rhythm player occurs a internal error.
|
RHYTHM_PLAYER_ERROR_FILE_OVER_DURATION_LIMIT
803: The file duration over the limit.
|
RHYTHM_PLAYER_ERROR_OK
0: The rhythm player works well.
|
Modifier and Type | Method and Description |
---|---|
static IRtcEngineEventHandler.RHYTHM_PLAYER_ERROR_TYPE |
fromInt(int v) |
int |
getValue() |
static IRtcEngineEventHandler.RHYTHM_PLAYER_ERROR_TYPE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IRtcEngineEventHandler.RHYTHM_PLAYER_ERROR_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IRtcEngineEventHandler.RHYTHM_PLAYER_ERROR_TYPE RHYTHM_PLAYER_ERROR_OK
public static final IRtcEngineEventHandler.RHYTHM_PLAYER_ERROR_TYPE RHYTHM_PLAYER_ERROR_FAILED
public static final IRtcEngineEventHandler.RHYTHM_PLAYER_ERROR_TYPE RHYTHM_PLAYER_ERROR_CAN_NOT_OPEN
public static final IRtcEngineEventHandler.RHYTHM_PLAYER_ERROR_TYPE RHYTHM_PLAYER_ERROR_CAN_NOT_PLAY
public static final IRtcEngineEventHandler.RHYTHM_PLAYER_ERROR_TYPE RHYTHM_PLAYER_ERROR_FILE_OVER_DURATION_LIMIT
public static IRtcEngineEventHandler.RHYTHM_PLAYER_ERROR_TYPE[] values()
for (IRtcEngineEventHandler.RHYTHM_PLAYER_ERROR_TYPE c : IRtcEngineEventHandler.RHYTHM_PLAYER_ERROR_TYPE.values()) System.out.println(c);
public static IRtcEngineEventHandler.RHYTHM_PLAYER_ERROR_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_ERROR_TYPE fromInt(int v)