public static interface GLMediaPlayer.GLMediaEventListener extends TextureSequence.TexSeqEventListener<GLMediaPlayer>
Modifier and Type | Field and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
void |
attributesChanges(GLMediaPlayer mp,
int event_mask,
long when) |
newFrameAvailable
static final int EVENT_CHANGE_SIZE
static final int EVENT_CHANGE_FPS
static final int EVENT_CHANGE_BPS
static final int EVENT_CHANGE_LENGTH
static final int EVENT_CHANGE_CODEC
void attributesChanges(GLMediaPlayer mp, int event_mask, long when)
mp
- the event sourceevent_mask
- the changes attributeswhen
- system time in msec.Copyright 2010 JogAmp Community.