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>


Field Summary
static int EVENT_CHANGE_BPS
           
static int EVENT_CHANGE_CODEC
           
static int EVENT_CHANGE_FPS
           
static int EVENT_CHANGE_LENGTH
           
static int EVENT_CHANGE_SIZE
           
 
Method Summary
 void attributesChanges(GLMediaPlayer mp, int event_mask, long when)
           
 
Methods inherited from interface com.jogamp.opengl.util.texture.TextureSequence.TexSeqEventListener
newFrameAvailable
 

Field Detail

EVENT_CHANGE_SIZE

static final int EVENT_CHANGE_SIZE
See Also:
Constant Field Values

EVENT_CHANGE_FPS

static final int EVENT_CHANGE_FPS
See Also:
Constant Field Values

EVENT_CHANGE_BPS

static final int EVENT_CHANGE_BPS
See Also:
Constant Field Values

EVENT_CHANGE_LENGTH

static final int EVENT_CHANGE_LENGTH
See Also:
Constant Field Values

EVENT_CHANGE_CODEC

static final int EVENT_CHANGE_CODEC
See Also:
Constant Field Values
Method Detail

attributesChanges

void attributesChanges(GLMediaPlayer mp,
                       int event_mask,
                       long when)
Parameters:
mp - the event source
event_mask - the changes attributes
when - system time in msec.


Copyright 2010 JogAmp Community.