Package com.jogamp.opengl.util.av
Interface GLMediaPlayer.GLMediaEventListener
-
- Enclosing interface:
- GLMediaPlayer
public static interface GLMediaPlayer.GLMediaEventListener
As the contract ofGLMediaPlayer.GLMediaFrameListener
andTextureSequence.TexSeqEventListener
requests, implementations ofGLMediaPlayer.GLMediaEventListener
shall:- off-load complex or
GLMediaPlayer
commands on another thread, or - simply changing a volatile state of their
GLEventListener
implementation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
attributesChanged(GLMediaPlayer mp, GLMediaPlayer.EventMask event_mask, long when)
-
-
-
Method Detail
-
attributesChanged
void attributesChanged(GLMediaPlayer mp, GLMediaPlayer.EventMask event_mask, long when)
- Parameters:
mp
- the event sourceevent_mask
- the changes attributeswhen
- system time in msec.
-
-