Click or drag to resize

ContentEncoding Class

A Matroska content encoding element.
Inheritance Hierarchy

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

The ContentEncoding type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyContentCompression
Gets or sets the content compression element.
Public propertyContentEncodingOrder
Gets or sets the content encoding order.
Public propertyContentEncodingScope
Gets or sets the content encoding scope.
Public propertyContentEncodingType
Gets or sets the content encoding type.
Public propertyStatic memberDefaultContentEncodingOrder
Gets the default content encoding order.
Public propertyStatic memberDefaultContentEncodingScope
Gets the default content encoding scope.
Public propertyStatic memberDefaultContentEncodingType
Gets the default content encoding type.
Public propertyStatic memberEbmlId
Gets the EBML ID.
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 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