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