|
JOGL v2.6.0-rc-20250706
JOGL, High-Performance Graphics Binding for Java (public API).
|
Additional Inherited Members | |
Public Member Functions inherited from com.jogamp.opengl.util.texture.TextureSequence.TexSeqEventListener< T extends TextureSequence > | |
| void | newFrameAvailable (T ts, TextureFrame newFrame, long when) |
Signaling listeners that a new TextureFrame is available. More... | |
Optional Video TextureFrame listener. Usually one wants to use GLMediaPlayer#getNextTexture(GL) is used to retrieve the next frame and keep decoding going, while GLMediaPlayer#getLastTexture(GL) is used to simply retrieve the last decoded frame.
As the contract of TexSeqEventListener requests, implementations of GLMediaEventListener shall also:
GLMediaPlayer commands on another thread, or GLEventListener implementation. Definition at line 330 of file GLMediaPlayer.java.