|
JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java (public API).
|
A StreamException encapsulates a caught exception in the decoder thread, a.k.a StreamWorker, see See StreamWorker Error Handling. More...
Public Member Functions | |
| StreamException (final Throwable cause) | |
| StreamException (final String message, final Throwable cause) | |
A StreamException encapsulates a caught exception in the decoder thread, a.k.a StreamWorker, see See StreamWorker Error Handling.
Definition at line 267 of file GLMediaPlayer.java.
| com.jogamp.opengl.util.av.GLMediaPlayer.StreamException.StreamException | ( | final Throwable | cause | ) |
Definition at line 268 of file GLMediaPlayer.java.
| com.jogamp.opengl.util.av.GLMediaPlayer.StreamException.StreamException | ( | final String | message, |
| final Throwable | cause | ||
| ) |
Definition at line 271 of file GLMediaPlayer.java.