Class BlockGroup
A Matroska block group 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 BlockGroup : Element
  Constructors
BlockGroup()
Initializes a new instance of the BlockGroup class.
Declaration
public BlockGroup()
  BlockGroup(Byte[])
Initializes a new instance of the BlockGroup class.
Declaration
public BlockGroup(byte[] bytes)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Byte[] | bytes | The bytes.  | 
      
Properties
Block
Gets or sets the block element.
Declaration
public Block Block { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Block | 
BlockDuration
Gets or sets the duration of the block.
Declaration
public long? BlockDuration { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Int64> | 
DiscardPadding
Gets or sets the duration in nanoseconds of the silent data added to the block.
Declaration
public long? DiscardPadding { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Nullable<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
ReferenceBlocks
Gets or sets the reference blocks.
Declaration
public long[] ReferenceBlocks { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int64[] | 
Methods
GetInnerBytes()
Gets the inner bytes.
Declaration
protected override byte[] GetInnerBytes()
  Returns
| Type | Description | 
|---|---|
| System.Byte[] |