Class SeekHead
A Matroska seek head element.
Inherited Members
Namespace: FM.LiveSwitch.Matroska
Assembly: FM.LiveSwitch.dll
Syntax
public class SeekHead : Element
Constructors
SeekHead()
Initializes a new instance of the SeekHead class.
Declaration
public SeekHead()
SeekHead(Byte[])
Initializes a new instance of the SeekHead class.
Declaration
public SeekHead(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[] |
Overrides
Seeks
Gets or sets the seek elements.
Declaration
public Seek[] Seeks { get; set; }
Property Value
Type | Description |
---|---|
Seek[] |
Methods
GetInnerBytes()
Gets the inner bytes.
Declaration
protected override byte[] GetInnerBytes()
Returns
Type | Description |
---|---|
System.Byte[] |