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, updateProperties
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
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.