@Deprecated public class MatroskaEbmlHeaderMetadata extends MatroskaBaseMetadata
Represents EBML header metadata in MatroskaFormat
.
Modifier and Type | Method and Description |
---|---|
String |
getDocType()
Deprecated.
Gets the contents of the file.
|
byte |
getDocTypeReadVersion()
Deprecated.
Gets the minimum version number a
DocType parser must be compliant with to read the file. |
byte |
getDocTypeVersion()
Deprecated.
Gets the version of the
DocType writer used to create the file. |
byte |
getReadVersion()
Deprecated.
Gets the minimum version an EBML parser needs to be compliant with to be able to read the file.
|
byte |
getVersion()
Deprecated.
Gets the version of the EBML Writer that has been used to create the file.
|
getByType, getKeys, getMetadataType, iterator, readByStringKey
public final byte getVersion()
Gets the version of the EBML Writer that has been used to create the file.
public final byte getReadVersion()
Gets the minimum version an EBML parser needs to be compliant with to be able to read the file.
public final String getDocType()
Gets the contents of the file. In the case of a MATROSKA file, its value is 'matroska'.
public final byte getDocTypeVersion()
Gets the version of the DocType
writer used to create the file.
DocType
writer used to create the file.public final byte getDocTypeReadVersion()
Gets the minimum version number a DocType
parser must be compliant with to read the file.
DocType
parser must be compliant with to read the file.Copyright © 2020. All rights reserved.