public static enum SimulcastConfig.StreamLayerIndex extends java.lang.Enum<SimulcastConfig.StreamLayerIndex>
Enum Constant and Description |
---|
STREAM_LAYER_1
0: video stream index of layer_1
|
STREAM_LAYER_2
1: video stream index of layer_2
|
STREAM_LAYER_3
2: video stream index of layer_3
|
STREAM_LAYER_4
3: video stream index of layer_4
|
STREAM_LAYER_5
4: video stream index of layer_5
|
STREAM_LAYER_6
5: video stream index of layer_6
|
STREAM_LAYER_COUNT_MAX
7: max count of video stream layers
|
STREAM_LOW
6: video stream index of low
|
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static SimulcastConfig.StreamLayerIndex |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SimulcastConfig.StreamLayerIndex[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SimulcastConfig.StreamLayerIndex STREAM_LAYER_1
public static final SimulcastConfig.StreamLayerIndex STREAM_LAYER_2
public static final SimulcastConfig.StreamLayerIndex STREAM_LAYER_3
public static final SimulcastConfig.StreamLayerIndex STREAM_LAYER_4
public static final SimulcastConfig.StreamLayerIndex STREAM_LAYER_5
public static final SimulcastConfig.StreamLayerIndex STREAM_LAYER_6
public static final SimulcastConfig.StreamLayerIndex STREAM_LOW
public static final SimulcastConfig.StreamLayerIndex STREAM_LAYER_COUNT_MAX
public static SimulcastConfig.StreamLayerIndex[] values()
for (SimulcastConfig.StreamLayerIndex c : SimulcastConfig.StreamLayerIndex.values()) System.out.println(c);
public static SimulcastConfig.StreamLayerIndex 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()