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

A StreamException encapsulates a caught exception in the decoder thread, a.k.a StreamWorker, see See StreamWorker Error Handling. More...

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

Public Member Functions

 StreamException (final Throwable cause)
 
 StreamException (final String message, final Throwable cause)
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ StreamException() [1/2]

com.jogamp.opengl.util.av.GLMediaPlayer.StreamException.StreamException ( final Throwable  cause)

Definition at line 268 of file GLMediaPlayer.java.

◆ StreamException() [2/2]

com.jogamp.opengl.util.av.GLMediaPlayer.StreamException.StreamException ( final String  message,
final Throwable  cause 
)

Definition at line 271 of file GLMediaPlayer.java.


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