MatroskaPackage
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 MatroskaPackage extends MatroskaBasePackage
Represents a metadata container in a Matroska video.
Learn more
| Method | Description |
|---|---|
| getEbmlHeader() | Gets the EBML header metadata. |
| getSegments() | Gets the segment information metadata. |
| getTracks() | Gets the track metadata entries. |
| getTags() | Gets the tagging metadata. |
| getContentType() | Gets the Matroska content type. |
| getSubtitleTracks() | Gets the subtitle metadata entries. |
public final MatroskaEbmlHeader getEbmlHeader()
Gets the EBML header metadata.
Returns: MatroskaEbmlHeader - The EBML header metadata.
public final MatroskaSegment[] getSegments()
Gets the segment information metadata.
Returns: com.groupdocs.metadata.core.MatroskaSegment[] - The segment information metadata.
public final MatroskaTrack[] getTracks()
Gets the track metadata entries.
Returns: com.groupdocs.metadata.core.MatroskaTrack[] - The track metadata entries.
public final MatroskaTag[] getTags()
Gets the tagging metadata.
Returns: com.groupdocs.metadata.core.MatroskaTag[] - The tagging metadata.
public final MatroskaContentType getContentType()
Gets the Matroska content type.
Returns: MatroskaContentType - The Matroska content type.
public final MatroskaSubtitleTrack[] getSubtitleTracks()
Gets the subtitle metadata entries.
Returns: com.groupdocs.metadata.core.MatroskaSubtitleTrack[] - The subtitle metadata entries.
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.