Click or drag to resize

Ebml Class

A Matroska EBML element.
Inheritance Hierarchy

Namespace:  FM.IceLink.Matroska
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 1.1.2.607 (1.1.2.607)

The Ebml type exposes the following members.

Constructors
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
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetBytes
Serializes to a byte array.
(Inherited from Element.)
Public methodGetHashCode (Inherited from Object.)
Protected methodGetInnerBytes
Gets the inner bytes.
(Overrides ElementGetInnerBytes.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodMerge
Merges another Ebml into this one.
Public methodToString (Inherited from Object.)
Protected methodWrite
Writes a binary element to the stream.
(Inherited from Element.)
Protected methodWriteBool
Writes a boolean element to the stream.
(Inherited from Element.)
Protected methodWriteDate
Writes a date element to the stream.
(Inherited from Element.)
Protected methodWriteDouble
Writes a double element to the stream.
(Inherited from Element.)
Protected methodWriteFloat
Writes a float element to the stream.
(Inherited from Element.)
Protected methodWriteGuid
Writes a GUID element to the stream.
(Inherited from Element.)
Protected methodWriteSignedInteger
Writes an signed integer element to the stream.
(Inherited from Element.)
Protected methodWriteString
Writes an ASCII string element to the stream.
(Inherited from Element.)
Protected methodWriteUnsignedInteger
Writes an unsigned integer element to the stream.
(Inherited from Element.)
Protected methodWriteUtf8
Writes a UTF-8 string element to the stream.
(Inherited from Element.)
Protected methodWriteVariableInteger(Int64, ByteOutputStream)
Writes a variable integer ("vint") to the stream.
(Inherited from Element.)
Protected methodWriteVariableInteger(Int64, ByteOutputStream, Int32)
Writes a variable integer ("vint") to the stream using a fixed length.
(Inherited from Element.)
Top
Version Information

IceLink Xamarin

Supported in: 3.0.3.48
See Also