JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.opengl.util.av.GLMediaPlayer.State Enum Reference

See Lifecycle. More...

Collaboration diagram for com.jogamp.opengl.util.av.GLMediaPlayer.State:

Public Member Functions

 State (final int id)
 

Public Attributes

 Uninitialized =(0)
 Uninitialized player, no resources shall be hold. More...
 
 Initialized =(1)
 Stream has been initialized, user may play or call initGL(GL). More...
 
 Playing =(2)
 Stream is playing. More...
 
 Paused =(3)
 Stream is pausing. More...
 
final int id
 

Detailed Description

See Lifecycle.

Definition at line 446 of file GLMediaPlayer.java.

Constructor & Destructor Documentation

◆ State()

com.jogamp.opengl.util.av.GLMediaPlayer.State.State ( final int  id)

Definition at line 458 of file GLMediaPlayer.java.

Member Data Documentation

◆ id

final int com.jogamp.opengl.util.av.GLMediaPlayer.State.id

Definition at line 456 of file GLMediaPlayer.java.

◆ Initialized

com.jogamp.opengl.util.av.GLMediaPlayer.State.Initialized =(1)

Stream has been initialized, user may play or call initGL(GL).

Definition at line 450 of file GLMediaPlayer.java.

◆ Paused

com.jogamp.opengl.util.av.GLMediaPlayer.State.Paused =(3)

Stream is pausing.

Definition at line 454 of file GLMediaPlayer.java.

◆ Playing

com.jogamp.opengl.util.av.GLMediaPlayer.State.Playing =(2)

Stream is playing.

Definition at line 452 of file GLMediaPlayer.java.

◆ Uninitialized

com.jogamp.opengl.util.av.GLMediaPlayer.State.Uninitialized =(0)

Uninitialized player, no resources shall be hold.

Definition at line 448 of file GLMediaPlayer.java.


The documentation for this enum was generated from the following file: