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 voidrelease()Release the resources, if any, back to the owner.StringtoString()-
Methods inherited from class com.jogamp.opengl.util.av.SubtitleEvent
getDuration, getStartString, isEndDefined
-
-
-
-
Method Detail
-
release
public void release()
Description copied from class:SubtitleEventRelease the resources, if any, back to the owner.- Specified by:
releasein classSubtitleEvent
-
-