JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.opengl.util.av.GLMediaPlayer.GLMediaEventListener Interface Reference

As the contract of GLMediaFrameListener and TexSeqEventListener requests, implementations of GLMediaEventListener shall: More...

Inheritance diagram for com.jogamp.opengl.util.av.GLMediaPlayer.GLMediaEventListener:
Collaboration diagram for com.jogamp.opengl.util.av.GLMediaPlayer.GLMediaEventListener:

Public Member Functions

void attributesChanged (GLMediaPlayer mp, EventMask event_mask, long when)
 

Detailed Description

As the contract of GLMediaFrameListener and TexSeqEventListener requests, implementations of GLMediaEventListener shall:

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

Definition at line 305 of file GLMediaPlayer.java.

Member Function Documentation

◆ attributesChanged()

void com.jogamp.opengl.util.av.GLMediaPlayer.GLMediaEventListener.attributesChanged ( GLMediaPlayer  mp,
EventMask  event_mask,
long  when 
)
Parameters
mpthe event source
event_maskthe changes attributes
whensystem time in msec.

The documentation for this interface was generated from the following file: