public class MatroskaTag extends MatroskaBasePackage
Represents metadata describing Tracks, Editions, Chapters, Attachments, or the Segment as a whole in a Matroska video.
Learn more
Modifier and Type | Method and Description |
---|---|
MatroskaSimpleTag |
getSimpleTags()
Gets the general information about the target.
|
long |
getTagTrackUid()
Gets a unique ID to identify the Track(s) the tags belong to.
|
String |
getTargetType()
Gets an informational string that can be used to display the logical level of the target.
|
MatroskaTargetTypeValue |
getTargetTypeValue()
Gets the number to indicate the logical level of the target.
|
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 MatroskaTargetTypeValue getTargetTypeValue()
Gets the number to indicate the logical level of the target.
public final String getTargetType()
Gets an informational string that can be used to display the logical level of the target. Like "ALBUM", "TRACK", "MOVIE", "CHAPTER", etc.
public final long getTagTrackUid()
Gets a unique ID to identify the Track(s) the tags belong to. If the value is 0 at this level, the tags apply to all tracks in the Segment.
public final MatroskaSimpleTag getSimpleTags()
Gets the general information about the target.