public static enum IRtcEngineEventHandler.LOCAL_AUDIO_STREAM_STATE extends java.lang.Enum<IRtcEngineEventHandler.LOCAL_AUDIO_STREAM_STATE>
Enum Constant and Description |
---|
LOCAL_AUDIO_STREAM_STATE_ENCODING
2: The first video frame is successfully encoded.
|
LOCAL_AUDIO_STREAM_STATE_FAILED
3: The local video fails to start.
|
LOCAL_AUDIO_STREAM_STATE_RECORDING
1: The capturer starts successfully.
|
LOCAL_AUDIO_STREAM_STATE_STOPPED
0: The initial state.
|
Modifier and Type | Method and Description |
---|---|
static int |
getValue(IRtcEngineEventHandler.LOCAL_AUDIO_STREAM_STATE type) |
static IRtcEngineEventHandler.LOCAL_AUDIO_STREAM_STATE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IRtcEngineEventHandler.LOCAL_AUDIO_STREAM_STATE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IRtcEngineEventHandler.LOCAL_AUDIO_STREAM_STATE LOCAL_AUDIO_STREAM_STATE_STOPPED
public static final IRtcEngineEventHandler.LOCAL_AUDIO_STREAM_STATE LOCAL_AUDIO_STREAM_STATE_RECORDING
public static final IRtcEngineEventHandler.LOCAL_AUDIO_STREAM_STATE LOCAL_AUDIO_STREAM_STATE_ENCODING
public static final IRtcEngineEventHandler.LOCAL_AUDIO_STREAM_STATE LOCAL_AUDIO_STREAM_STATE_FAILED
public static IRtcEngineEventHandler.LOCAL_AUDIO_STREAM_STATE[] values()
for (IRtcEngineEventHandler.LOCAL_AUDIO_STREAM_STATE c : IRtcEngineEventHandler.LOCAL_AUDIO_STREAM_STATE.values()) System.out.println(c);
public static IRtcEngineEventHandler.LOCAL_AUDIO_STREAM_STATE 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 static int getValue(IRtcEngineEventHandler.LOCAL_AUDIO_STREAM_STATE type)