|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<GLMediaPlayer.State>
com.jogamp.opengl.util.av.GLMediaPlayer.State
public static enum GLMediaPlayer.State
See Lifecycle.
| Enum Constant Summary | |
|---|---|
Initialized
Stream has been initialized, user may play or call GLMediaPlayer.initGL(GL). |
|
Paused
Stream is pausing. |
|
Playing
Stream is playing. |
|
Uninitialized
Uninitialized player, no resources shall be hold. |
|
| Field Summary | |
|---|---|
int |
id
|
| Method Summary | |
|---|---|
static GLMediaPlayer.State |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static GLMediaPlayer.State[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final GLMediaPlayer.State Uninitialized
public static final GLMediaPlayer.State Initialized
GLMediaPlayer.initGL(GL).
public static final GLMediaPlayer.State Playing
public static final GLMediaPlayer.State Paused
| Field Detail |
|---|
public final int id
| Method Detail |
|---|
public static GLMediaPlayer.State[] values()
for (GLMediaPlayer.State c : GLMediaPlayer.State.values()) System.out.println(c);
public static GLMediaPlayer.State valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||