com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class MatroskaPackage

    • Method Detail

      • getEbmlHeader

        public final MatroskaEbmlHeader getEbmlHeader()

        Gets the EBML header metadata.

        Returns:
        The EBML header metadata.
      • getSegments

        public final MatroskaSegment[] getSegments()

        Gets the segment information metadata.

        Returns:
        The segment information metadata.
      • getTracks

        public final MatroskaTrack[] getTracks()

        Gets the track metadata entries.

        Returns:
        The track metadata entries.
      • getTags

        public final MatroskaTag[] getTags()

        Gets the tagging metadata.

        Returns:
        The tagging metadata.
      • getContentType

        public final MatroskaContentType getContentType()

        Gets the Matroska content type.

        Returns:
        The Matroska content type.
      • getSubtitleTracks

        public final MatroskaSubtitleTrack[] getSubtitleTracks()

        Gets the subtitle metadata entries.

        Returns:
        The subtitle metadata entries.