Class ContentEncoding
A Matroska content encoding element.
Inherited Members
Namespace: FM.LiveSwitch.Matroska
Assembly: FM.LiveSwitch.dll
Syntax
public class ContentEncoding : Element
  Constructors
ContentEncoding()
Initializes a new instance of the ContentEncoding class.
Declaration
public ContentEncoding()
  ContentEncoding(Byte[])
Initializes a new instance of the ContentEncoding class.
Declaration
public ContentEncoding(byte[] bytes)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Byte[] | bytes | The bytes.  | 
      
Properties
ContentCompression
Gets or sets the content compression element.
Declaration
public ContentCompression ContentCompression { get; set; }
  Property Value
| Type | Description | 
|---|---|
| ContentCompression | 
ContentEncodingOrder
Gets or sets the content encoding order.
Declaration
public long ContentEncodingOrder { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int64 | 
ContentEncodingScope
Gets or sets the content encoding scope.
Declaration
public long ContentEncodingScope { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int64 | 
ContentEncodingType
Gets or sets the content encoding type.
Declaration
public long ContentEncodingType { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int64 | 
DefaultContentEncodingOrder
Gets the default content encoding order.
Declaration
public static long DefaultContentEncodingOrder { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Int64 | 
DefaultContentEncodingScope
Gets the default content encoding scope.
Declaration
public static long DefaultContentEncodingScope { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Int64 | 
DefaultContentEncodingType
Gets the default content encoding type.
Declaration
public static long DefaultContentEncodingType { 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[] |