MatroskaTag
Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage, com.groupdocs.metadata.core.MatroskaBasePackage
public class MatroskaTag extends MatroskaBasePackage
Represents metadata describing Tracks, Editions, Chapters, Attachments, or the Segment as a whole in a Matroska video.
Learn more
Methods
Method | Description |
---|---|
getTargetTypeValue() | Gets the number to indicate the logical level of the target. |
getTargetType() | Gets an informational string that can be used to display the logical level of the target. |
getTagTrackUid() | Gets a unique ID to identify the Track(s) the tags belong to. |
getSimpleTags() | Gets the general information about the target. |
getTargetTypeValue()
public final MatroskaTargetTypeValue getTargetTypeValue()
Gets the number to indicate the logical level of the target.
Returns: MatroskaTargetTypeValue - The number to indicate the logical level of the target.
getTargetType()
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.
Returns: java.lang.String - An informational string that can be used to display the logical level of the target.
getTagTrackUid()
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.
Returns: long - A unique ID to identify the Track(s) the tags belong to.
getSimpleTags()
public final MatroskaSimpleTag getSimpleTags()
Gets the general information about the target.
Returns: MatroskaSimpleTag - The general information about the target.