Click or drag to resize

ContentEncoding Properties

The ContentEncoding type exposes the following members.

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
See Also