Package com.jogamp.opengl.util.av
Class SubEmptyEvent
- java.lang.Object
-
- com.jogamp.opengl.util.av.SubtitleEvent
-
- com.jogamp.opengl.util.av.SubEmptyEvent
-
public class SubEmptyEvent extends SubtitleEvent
EmptySubtitleEvent
, used for bitmap subtitle signaling end of previousSubBitmapEvent
, e.g.CodecID.HDMV_PGS
.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.jogamp.opengl.util.av.SubtitleEvent
SubtitleEvent.Type
-
-
Constructor Summary
Constructors Constructor Description SubEmptyEvent(int pts_start, int pts_end)
Empty event ctor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
release()
Release the resources, if any, back to the owner.String
toString()
-
Methods inherited from class com.jogamp.opengl.util.av.SubtitleEvent
getDuration, getStartString, isEndDefined
-
-
-
-
Method Detail
-
release
public void release()
Description copied from class:SubtitleEvent
Release the resources, if any, back to the owner.- Specified by:
release
in classSubtitleEvent
-
-