1package com.jogamp.opengl.util.av;
3import com.jogamp.common.av.PTS;
67 final String pts_end_s = 0 <=
pts_end && ied ? PTS.toTimeStr(
pts_end,
true) :
"undef";
68 return "Sub[codec "+
codec+
", lang '"+
lang+
"', type "+
type+
", ["+pts_start_s+
".."+pts_end_s+
"] "+(ied?
getDuration():
"undef")+
" ms";
final String lang
Language code, supposed to be 3-letters of ISO 639-2 language codes
abstract void release()
Release the resources, if any, back to the owner.
final String getStartString()
SubtitleEvent(final Type type, final CodecID codec, final String lang, final int pts_start, final int pts_end)
final int pts_end
PTS end time in milliseconds to end showing this subtitle event.
final int pts_start
PTS start time in milliseconds to start showing this subtitle event.
final Type type
Implementation Type of this instance.
final CodecID codec
CodecID of this subtitle event.
final boolean isEndDefined()
See pts_end.
FFmpeg/libAV analog AVCodecID.
SubtitleEvent Implementation Type