public class MatroskaEbmlHeader extends MatroskaBasePackage
Represents EBML header metadata in a Matroska video.
Learn more
| Modifier and Type | Method and Description |
|---|---|
String |
getDocType()
Gets the contents of the file.
|
byte |
getDocTypeReadVersion()
Gets the minimum version number a
DocType parser must be compliant with to read the file. |
byte |
getDocTypeVersion()
Gets the version of the
DocType writer used to create the file. |
byte |
getReadVersion()
Gets the minimum version an EBML parser needs to be compliant with to be able to read the file.
|
byte |
getVersion()
Gets the version of the EBML Writer that has been used to create the file.
|
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updatePropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic final String getDocType()
Gets the contents of the file. In the case of a MATROSKA file, its value is 'matroska'.
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.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 getReadVersion()
Gets the minimum version an EBML parser needs to be compliant with to be able to read the file.
public final byte getVersion()
Gets the version of the EBML Writer that has been used to create the file.
Copyright © 2026. All rights reserved.