public class MatroskaSubtitle extends MatroskaBaseMetadata
Represents subtitle metadata in MatroskaFormat
.
Modifier and Type | Method and Description |
---|---|
double |
getDuration()
Gets the duration.
|
String |
getText()
Gets the subtitle text.
|
double |
getTimecode()
Gets the time code.
|
getByType, getKeys, getMetadataType, iterator, readByStringKey
public final double getTimecode()
Gets the time code.
public final double getDuration()
Gets the duration.
public final String getText()
Gets the subtitle text.
Copyright © 2019. All rights reserved.