Ebml Properties |
The Ebml type exposes the following members.
| Name | Description | |
|---|---|---|
| DefaultDocType |
Gets the default document type.
| |
| DefaultDocTypeReadVersion |
Gets the default document type read version.
| |
| DefaultDocTypeVersion |
Gets the default document type version.
| |
| DefaultEbmlMaxIdLength |
Gets the default EBML maximum identifier length.
| |
| DefaultEbmlMaxSizeLength |
Gets the default EBML maximum size length.
| |
| DefaultEbmlReadVersion |
Gets the default EBML read version.
| |
| DefaultEbmlVersion |
Gets the default EBML version.
| |
| DocType |
Gets or sets the document type.
| |
| DocTypeReadVersion |
Gets or sets the document type read version.
| |
| DocTypeVersion |
Gets or sets the document type version.
| |
| EbmlId |
Gets the EBML ID.
| |
| EbmlMaxIdLength |
Gets or sets the EBML maximum identifier length.
| |
| EbmlMaxSizeLength |
Gets or sets the EBML maximum size length.
| |
| EbmlReadVersion |
Gets or sets the EBML read version.
| |
| EbmlVersion |
Gets or sets the EBML version.
| |
| Id |
Gets the EBML ID.
(Overrides ElementId.) | |
| Length |
Gets the total length of the element (including ID/size field), set after calling GetBytes.
(Inherited from Element.) | |
| Size |
Gets the size of the element (excluding ID/size field), set after calling GetBytes.
(Inherited from Element.) | |
| SizeLength |
Gets or sets the length of the size field, in bytes.
Defaults to zero (variable size).
(Inherited from Element.) | |
| WriteDefaultValues |
Gets or sets whether to include default values
when serializing.
(Inherited from Element.) |