public static enum RTCAudioManager.AudioManagerState extends java.lang.Enum<RTCAudioManager.AudioManagerState>
| Enum Constant and Description |
|---|
PREINITIALIZED |
RUNNING |
UNINITIALIZED |
| Modifier and Type | Method and Description |
|---|---|
static RTCAudioManager.AudioManagerState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RTCAudioManager.AudioManagerState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RTCAudioManager.AudioManagerState UNINITIALIZED
public static final RTCAudioManager.AudioManagerState PREINITIALIZED
public static final RTCAudioManager.AudioManagerState RUNNING
public static RTCAudioManager.AudioManagerState[] values()
for (RTCAudioManager.AudioManagerState c : RTCAudioManager.AudioManagerState.values()) System.out.println(c);
public static RTCAudioManager.AudioManagerState 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 null