Class Block
A Matroska block element.
Inherited Members
Namespace: FM.LiveSwitch.Matroska
Assembly: FM.LiveSwitch.dll
Syntax
public class Block : Element
Constructors
Block()
Initializes a new instance of the Block class.
Declaration
public Block()
Block(Byte[])
Initializes a new instance of the Block class.
Declaration
public Block(byte[] bytes)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | bytes | The bytes. |
Properties
Data
Gets or sets the data.
Declaration
public byte[] Data { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] |
EbmlId
Gets the EBML ID.
Declaration
public static byte[] EbmlId { get; }
Property Value
Type | Description |
---|---|
System.Byte[] |
Flags
Gets or sets the flags.
Declaration
public byte Flags { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |
Id
Gets the EBML ID.
Declaration
public override byte[] Id { get; }
Property Value
Type | Description |
---|---|
System.Byte[] |
Overrides
Timecode
Gets or sets the timecode.
Declaration
public int Timecode { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TrackNumber
Gets or sets the track number.
Declaration
public long TrackNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
Methods
GetInnerBytes()
Gets the inner bytes.
Declaration
protected override byte[] GetInnerBytes()
Returns
Type | Description |
---|---|
System.Byte[] |