public class MatroskaPackage extends MatroskaBasePackage
Represents a metadata container in a Matroska video.
Learn more
Modifier and Type | Method and Description |
---|---|
int |
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, iterator, removeProperties, sanitize, setProperties, updateProperties
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 int getContentType()
Gets the Matroska content type.
public final MatroskaSubtitleTrack[] getSubtitleTracks()
Gets the subtitle metadata entries.