MatroskaSubtitle
Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage, com.groupdocs.metadata.core.MatroskaBasePackage
public class MatroskaSubtitle extends MatroskaBasePackage
Represents subtitle metadata in a Matroska video.
Learn more
Methods
Method | Description |
---|---|
getTimecode() | Gets the time code. |
getDuration() | Gets the duration. |
getText() | Gets the subtitle text. |
getTimecode()
public final double getTimecode()
Gets the time code.
Returns: double - The time code.
getDuration()
public final double getDuration()
Gets the duration.
Returns: double - The duration.
getText()
public final String getText()
Gets the subtitle text.
Returns: java.lang.String - The subtitle text.