Click or drag to resize

ContentCompression Properties

The ContentCompression type exposes the following members.

Properties
  NameDescription
Public propertyContentCompAlgo
Gets or sets the content compression algorithm.
Public propertyContentCompSettings
Gets or sets the content compression settings.
Public propertyStatic memberDefaultContentCompAlgo
Gets the default content compression algorithm.
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