Click or drag to resize

Ebml Properties

The Ebml type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberDefaultDocType
Gets the default document type.
Public propertyStatic memberDefaultDocTypeReadVersion
Gets the default document type read version.
Public propertyStatic memberDefaultDocTypeVersion
Gets the default document type version.
Public propertyStatic memberDefaultEbmlMaxIdLength
Gets the default EBML maximum identifier length.
Public propertyStatic memberDefaultEbmlMaxSizeLength
Gets the default EBML maximum size length.
Public propertyStatic memberDefaultEbmlReadVersion
Gets the default EBML read version.
Public propertyStatic memberDefaultEbmlVersion
Gets the default EBML version.
Public propertyDocType
Gets or sets the document type.
Public propertyDocTypeReadVersion
Gets or sets the document type read version.
Public propertyDocTypeVersion
Gets or sets the document type version.
Public propertyStatic memberEbmlId
Gets the EBML ID.
Public propertyEbmlMaxIdLength
Gets or sets the EBML maximum identifier length.
Public propertyEbmlMaxSizeLength
Gets or sets the EBML maximum size length.
Public propertyEbmlReadVersion
Gets or sets the EBML read version.
Public propertyEbmlVersion
Gets or sets the EBML version.
Public propertyId
Gets the EBML ID.
(Overrides ElementId.)
Public propertyLength
Gets the total length of the element (including ID/size field), set after calling GetBytes.
(Inherited from Element.)
Public propertySize
Gets the size of the element (excluding ID/size field), set after calling GetBytes.
(Inherited from Element.)
Public propertySizeLength
Gets or sets the length of the size field, in bytes. Defaults to zero (variable size).
(Inherited from Element.)
Public propertyWriteDefaultValues
Gets or sets whether to include default values when serializing.
(Inherited from Element.)
Top
See Also