public class MatroskaPackage extends MatroskaBasePackage
Represents a metadata container in a Matroska video.
Learn more
Modifier and Type | Method and Description |
---|---|
MatroskaContentType |
getContentType()
Gets the Matroska content type.
|
MatroskaEbmlHeader |
getEbmlHeader()
Gets the EBML header metadata.
|
MatroskaSegment[] |
getSegments()
Gets the segment information metadata.
|
MatroskaSubtitleTrack[] |
getSubtitleTracks()
Gets the subtitle metadata entries.
|
MatroskaTag[] |
getTags()
Gets the tagging metadata.
|
MatroskaTrack[] |
getTracks()
Gets the track metadata entries.
|
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updateProperties
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public final MatroskaEbmlHeader getEbmlHeader()
Gets the EBML header metadata.
public final MatroskaSegment[] getSegments()
Gets the segment information metadata.
public final MatroskaTrack[] getTracks()
Gets the track metadata entries.
public final MatroskaTag[] getTags()
Gets the tagging metadata.
public final MatroskaContentType getContentType()
Gets the Matroska content type.
public final MatroskaSubtitleTrack[] getSubtitleTracks()
Gets the subtitle metadata entries.