|
JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java (public API).
|
Empty SubtitleEvent, used for bitmap subtitle signaling end of previous SubBitmapEvent, e.g.
More...
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... | |
Empty SubtitleEvent, used for bitmap subtitle signaling end of previous SubBitmapEvent, e.g.
Definition at line 31 of file SubEmptyEvent.java.
| 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.
| 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.
| String com.jogamp.opengl.util.av.SubEmptyEvent.toString | ( | ) |