MatroskaEbmlHeader
Leave feedback
On this page
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
| 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. |
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.
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.
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.
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.
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.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.