public static enum Constants.TMixMode extends java.lang.Enum<Constants.TMixMode>
| Enum Constant and Description |
|---|
MIX_DISABLED
Do not mix the local audio tracks in the channel.
|
MIX_ENABLED
Mix all the local audio tracks in the channel.
|
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
static int |
getValue(Constants.TMixMode type) |
static Constants.TMixMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Constants.TMixMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Constants.TMixMode MIX_ENABLED
public static final Constants.TMixMode MIX_DISABLED
public static Constants.TMixMode[] values()
for (Constants.TMixMode c : Constants.TMixMode.values()) System.out.println(c);
public static Constants.TMixMode 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(Constants.TMixMode type)