public class MatroskaSubtitle extends MatroskaBasePackage
Represents subtitle metadata in a Matroska video.
Learn more
Modifier and Type | Method and Description |
---|---|
double |
getDuration()
Gets the duration.
|
String |
getText()
Gets the subtitle text.
|
double |
getTimecode()
Gets the time code.
|
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updateProperties
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public final double getTimecode()
Gets the time code.
public final double getDuration()
Gets the duration.
public final String getText()
Gets the subtitle text.