Class ContentCompression
A Matroska content compression element.
Inherited Members
Namespace: FM.LiveSwitch.Matroska
Assembly: FM.LiveSwitch.dll
Syntax
public class ContentCompression : Element
  Constructors
ContentCompression()
Initializes a new instance of the ContentCompression class.
Declaration
public ContentCompression()
  ContentCompression(Byte[])
Initializes a new instance of the ContentCompression class.
Declaration
public ContentCompression(byte[] bytes)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Byte[] | bytes | The bytes.  | 
      
Properties
ContentCompAlgo
Gets or sets the content compression algorithm.
Declaration
public long ContentCompAlgo { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int64 | 
ContentCompSettings
Gets or sets the content compression settings.
Declaration
public byte[] ContentCompSettings { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Byte[] | 
DefaultContentCompAlgo
Gets the default content compression algorithm.
Declaration
public static long DefaultContentCompAlgo { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Int64 | 
EbmlId
Gets the EBML ID.
Declaration
public static byte[] EbmlId { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Byte[] | 
Id
Gets the EBML ID.
Declaration
public override byte[] Id { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Byte[] | 
Overrides
Methods
GetInnerBytes()
Gets the inner bytes.
Declaration
protected override byte[] GetInnerBytes()
  Returns
| Type | Description | 
|---|---|
| System.Byte[] |