public enum DirectCdnStreamingState extends java.lang.Enum<DirectCdnStreamingState>
Enum Constant and Description |
---|
FAILED
error.
|
IDLE
idle.
|
RECOVERING
Recovering.
|
RUNNING
running.
|
STOPPED
stopped.
|
Modifier and Type | Method and Description |
---|---|
static DirectCdnStreamingState |
fromInt(int v) |
int |
getValue() |
static DirectCdnStreamingState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DirectCdnStreamingState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DirectCdnStreamingState IDLE
public static final DirectCdnStreamingState RUNNING
public static final DirectCdnStreamingState STOPPED
public static final DirectCdnStreamingState FAILED
public static final DirectCdnStreamingState RECOVERING
public static DirectCdnStreamingState[] values()
for (DirectCdnStreamingState c : DirectCdnStreamingState.values()) System.out.println(c);
public static DirectCdnStreamingState 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()
public static DirectCdnStreamingState fromInt(int v)