Package com.jogamp.opengl.util.av
Interface GLMediaPlayer.GLMediaEventListener
-
- Enclosing interface:
- GLMediaPlayer
public static interface GLMediaPlayer.GLMediaEventListenerAs the contract ofGLMediaPlayer.GLMediaFrameListenerandTextureSequence.TexSeqEventListenerrequests, implementations ofGLMediaPlayer.GLMediaEventListenershall:- off-load complex or
GLMediaPlayercommands on another thread, or - simply changing a volatile state of their
GLEventListenerimplementation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidattributesChanged(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.
-
-