Class ContentEncodings
A Matroska content encodings element.
Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: FM.LiveSwitch.Matroska
Assembly: FM.LiveSwitch.dll
Syntax
public class ContentEncodings : Element
  Constructors
ContentEncodings()
Initializes a new instance of the ContentEncodings class.
Declaration
public ContentEncodings()
  ContentEncodings(Byte[])
Initializes a new instance of the ContentEncodings class.
Declaration
public ContentEncodings(byte[] bytes)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Byte[] | bytes | The bytes.  | 
      
Properties
ContentEncodingElements
Gets or sets the content encoding elements.
Declaration
public ContentEncoding[] ContentEncodingElements { get; set; }
  Property Value
| Type | Description | 
|---|---|
| ContentEncoding[] | 
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[] |