com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class MatroskaTag

    • Method Detail

      • getTargetTypeValue

        public final MatroskaTargetTypeValue getTargetTypeValue()

        Gets the number to indicate the logical level of the target.

        Returns:
        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:
        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:
        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:
        The general information about the target.