MatroskaEbmlHeader

Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage, com.groupdocs.metadata.core.MatroskaBasePackage

public class MatroskaEbmlHeader extends MatroskaBasePackage

Represents EBML header metadata in a Matroska video.

Learn more

Methods

Method Description
getVersion() Gets the version of the EBML Writer that has been used to create the file.
getReadVersion() Gets the minimum version an EBML parser needs to be compliant with to be able to read the file.
getDocType() Gets the contents of the file.
getDocTypeVersion() Gets the version of the DocType writer used to create the file.
getDocTypeReadVersion() Gets the minimum version number a DocType parser must be compliant with to read the file.

getVersion()

public final byte getVersion()

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

Returns: byte - 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: byte - 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: java.lang.String - The contents of the file.

getDocTypeVersion()

public final byte getDocTypeVersion()

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

Returns: byte - 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: byte - The minimum version number a DocType parser must be compliant with to read the file.