com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class MatroskaEbmlHeader

    • Method Detail

      • getVersion

        public final byte getVersion()

        Gets the version of the EBML Writer that has been used to create the file.

        Returns:
        The version of the EBML Writer that has been used to create the file.
      • getReadVersion

        public final byte getReadVersion()

        Gets the minimum version an EBML parser needs to be compliant with to be able to read the file.

        Returns:
        The minimum version an EBML parser needs to be compliant with to be able to read the file.
      • getDocType

        public final String getDocType()

        Gets the contents of the file. In the case of a MATROSKA file, its value is 'matroska'.

        Returns:
        The contents of the file.
      • getDocTypeVersion

        public final byte getDocTypeVersion()

        Gets the version of the DocType writer used to create the file.

        Returns:
        The version of the DocType writer used to create the file.
      • getDocTypeReadVersion

        public final byte getDocTypeReadVersion()

        Gets the minimum version number a DocType parser must be compliant with to read the file.

        Returns:
        The minimum version number a DocType parser must be compliant with to read the file.