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, iterator, removeProperties, sanitize, setProperties, updateProperties
public final double getTimecode()
Gets the time code.
public final double getDuration()
Gets the duration.
public final String getText()
Gets the subtitle text.