Class SimpleBlock
A Matroska simple block element.
Inherited Members
Namespace: FM.LiveSwitch.Matroska
Assembly: FM.LiveSwitch.dll
Syntax
public class SimpleBlock : Block
  Constructors
SimpleBlock()
Initializes a new instance of the SimpleBlock class.
Declaration
public SimpleBlock()
  SimpleBlock(Byte[])
Initializes a new instance of the SimpleBlock class.
Declaration
public SimpleBlock(byte[] bytes)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Byte[] | bytes | The bytes.  | 
      
Properties
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[] |