Package com.jogamp.opengl.util.av
Interface GLMediaPlayer.GLMediaEventListener
-
- All Superinterfaces:
TextureSequence.TexSeqEventListener<GLMediaPlayer>
- Enclosing interface:
- GLMediaPlayer
public static interface GLMediaPlayer.GLMediaEventListener extends TextureSequence.TexSeqEventListener<GLMediaPlayer>
As the contract of
TextureSequence.TexSeqEventListenerrequests, implementations ofGLMediaPlayer.GLMediaEventListenershall also:- 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)-
Methods inherited from interface com.jogamp.opengl.util.texture.TextureSequence.TexSeqEventListener
newFrameAvailable
-
-
-
-
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.
-
-