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.TexSeqEventListener requests, implementations of GLMediaPlayer.GLMediaEventListener shall also:

  • off-load complex or GLMediaPlayer commands on another thread, or
  • simply changing a volatile state of their GLEventListener implementation.