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