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