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