MatroskaSubtitle
Leave feedback
On this page
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
| Method | Description |
|---|---|
| getTimecode() | Gets the time code. |
| getDuration() | Gets the duration. |
| getText() | Gets the subtitle text. |
public final double getTimecode()
Gets the time code.
Returns: double - The time code.
public final double getDuration()
Gets the duration.
Returns: double - The duration.
public final String getText()
Gets the subtitle text.
Returns: java.lang.String - The subtitle text.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.