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

Empty SubtitleEvent, used for bitmap subtitle signaling end of previous SubBitmapEvent, e.g. More...

Inheritance diagram for com.jogamp.opengl.util.av.SubEmptyEvent:
Collaboration diagram for com.jogamp.opengl.util.av.SubEmptyEvent:

Public Member Functions

 SubEmptyEvent (final int pts_start, final int pts_end)
 Empty event ctor. More...
 
void release ()
 Release the resources, if any, back to the owner. More...
 
String toString ()
 
- Public Member Functions inherited from com.jogamp.opengl.util.av.SubtitleEvent
 SubtitleEvent (final Type type, final CodecID codec, final String lang, final int pts_start, final int pts_end)
 
abstract void release ()
 Release the resources, if any, back to the owner. More...
 
final int getDuration ()
 
final boolean isEndDefined ()
 See pts_end. More...
 
final String getStartString ()
 

Additional Inherited Members

- Public Attributes inherited from com.jogamp.opengl.util.av.SubtitleEvent
final Type type
 Implementation Type of this instance. More...
 
final CodecID codec
 CodecID of this subtitle event. More...
 
final String lang
 Language code, supposed to be 3-letters of ISO 639-2 language codes More...
 
final int pts_start
 PTS start time in milliseconds to start showing this subtitle event. More...
 
final int pts_end
 PTS end time in milliseconds to end showing this subtitle event. More...
 

Detailed Description

Empty SubtitleEvent, used for bitmap subtitle signaling end of previous SubBitmapEvent, e.g.

CodecID#HDMV_PGS.

Definition at line 31 of file SubEmptyEvent.java.

Constructor & Destructor Documentation

◆ SubEmptyEvent()

com.jogamp.opengl.util.av.SubEmptyEvent.SubEmptyEvent ( final int  pts_start,
final int  pts_end 
)

Empty event ctor.

Definition at line 36 of file SubEmptyEvent.java.

Member Function Documentation

◆ release()

void com.jogamp.opengl.util.av.SubEmptyEvent.release ( )

Release the resources, if any, back to the owner.

Reimplemented from com.jogamp.opengl.util.av.SubtitleEvent.

Definition at line 41 of file SubEmptyEvent.java.

◆ toString()

String com.jogamp.opengl.util.av.SubEmptyEvent.toString ( )

Definition at line 44 of file SubEmptyEvent.java.

Here is the call graph for this function:

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