public static enum NativeVideoDelegate.State extends java.lang.Enum<NativeVideoDelegate.State>
| Enum Constant and Description |
|---|
COMPLETED |
ERROR |
IDLE |
PAUSED |
PLAYING |
PREPARED |
PREPARING |
| Modifier and Type | Method and Description |
|---|---|
static NativeVideoDelegate.State |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NativeVideoDelegate.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NativeVideoDelegate.State ERROR
public static final NativeVideoDelegate.State IDLE
public static final NativeVideoDelegate.State PREPARING
public static final NativeVideoDelegate.State PREPARED
public static final NativeVideoDelegate.State PLAYING
public static final NativeVideoDelegate.State PAUSED
public static final NativeVideoDelegate.State COMPLETED
public static NativeVideoDelegate.State[] values()
for (NativeVideoDelegate.State c : NativeVideoDelegate.State.values()) System.out.println(c);
public static NativeVideoDelegate.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