Search Results for

    Show / Hide Table of Contents

    Class Ebml

    A Matroska EBML element.

    Inheritance
    System.Object
    Element
    Ebml
    Inherited Members
    Element.WriteDefaultValues
    Element.SizeLength
    Element.Length
    Element.Size
    Element.GetBytes()
    Element.SerializeVariableInteger(Int64)
    Element.SerializeVariableInteger(Int64, Int32)
    Element.WriteVariableInteger(Int64, ByteOutputStream)
    Element.WriteVariableInteger(Int64, ByteOutputStream, Int32)
    Element.ReadVariableInteger(Byte[], Int32, Int32)
    Element.WriteUnsignedInteger(Int64, Byte[], ByteOutputStream)
    Element.ReadUnsignedInteger(Byte[])
    Element.WriteSignedInteger(Int64, Byte[], ByteOutputStream)
    Element.ReadSignedInteger(Byte[])
    Element.WriteBool(Boolean, Byte[], ByteOutputStream)
    Element.ReadBool(Byte[])
    Element.WriteFloat(Single, Byte[], ByteOutputStream)
    Element.ReadFloat(Byte[])
    Element.WriteDouble(Double, Byte[], ByteOutputStream)
    Element.ReadDouble(Byte[])
    Element.WriteDate(DateTime, Byte[], ByteOutputStream)
    Element.ReadDate(Byte[])
    Element.WriteString(String, Byte[], ByteOutputStream)
    Element.ReadString(Byte[])
    Element.WriteUtf8(String, Byte[], ByteOutputStream)
    Element.ReadUtf8(Byte[])
    Element.WriteGuid(Guid, Byte[], ByteOutputStream)
    Element.ReadGuid(Byte[])
    Element.Write(Byte[], Byte[], ByteOutputStream)
    Element.ReadId(Byte[], Int32, Int32)
    Element.ReadValue(Byte[], Int32, Int32)
    Element.Compare(Byte[], Byte[])
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: FM.LiveSwitch.Matroska
    Assembly: FM.LiveSwitch.dll
    Syntax
    public class Ebml : Element

    Constructors

    Ebml()

    Initializes a new instance of the Ebml class.

    Declaration
    public Ebml()

    Ebml(Byte[])

    Initializes a new instance of the Ebml class.

    Declaration
    public Ebml(byte[] bytes)
    Parameters
    Type Name Description
    System.Byte[] bytes

    The bytes.

    Properties

    DefaultDocType

    Gets the default document type.

    Declaration
    public static string DefaultDocType { get; }
    Property Value
    Type Description
    System.String

    DefaultDocTypeReadVersion

    Gets the default document type read version.

    Declaration
    public static long DefaultDocTypeReadVersion { get; }
    Property Value
    Type Description
    System.Int64

    DefaultDocTypeVersion

    Gets the default document type version.

    Declaration
    public static long DefaultDocTypeVersion { get; }
    Property Value
    Type Description
    System.Int64

    DefaultEbmlMaxIdLength

    Gets the default EBML maximum identifier length.

    Declaration
    public static long DefaultEbmlMaxIdLength { get; }
    Property Value
    Type Description
    System.Int64

    DefaultEbmlMaxSizeLength

    Gets the default EBML maximum size length.

    Declaration
    public static long DefaultEbmlMaxSizeLength { get; }
    Property Value
    Type Description
    System.Int64

    DefaultEbmlReadVersion

    Gets the default EBML read version.

    Declaration
    public static long DefaultEbmlReadVersion { get; }
    Property Value
    Type Description
    System.Int64

    DefaultEbmlVersion

    Gets the default EBML version.

    Declaration
    public static long DefaultEbmlVersion { get; }
    Property Value
    Type Description
    System.Int64

    DocType

    Gets or sets the document type.

    Declaration
    public string DocType { get; set; }
    Property Value
    Type Description
    System.String

    DocTypeReadVersion

    Gets or sets the document type read version.

    Declaration
    public long DocTypeReadVersion { get; set; }
    Property Value
    Type Description
    System.Int64

    DocTypeVersion

    Gets or sets the document type version.

    Declaration
    public long DocTypeVersion { get; set; }
    Property Value
    Type Description
    System.Int64

    EbmlId

    Gets the EBML ID.

    Declaration
    public static byte[] EbmlId { get; }
    Property Value
    Type Description
    System.Byte[]

    EbmlMaxIdLength

    Gets or sets the EBML maximum identifier length.

    Declaration
    public long EbmlMaxIdLength { get; set; }
    Property Value
    Type Description
    System.Int64

    EbmlMaxSizeLength

    Gets or sets the EBML maximum size length.

    Declaration
    public long EbmlMaxSizeLength { get; set; }
    Property Value
    Type Description
    System.Int64

    EbmlReadVersion

    Gets or sets the EBML read version.

    Declaration
    public long EbmlReadVersion { get; set; }
    Property Value
    Type Description
    System.Int64

    EbmlVersion

    Gets or sets the EBML version.

    Declaration
    public long EbmlVersion { get; set; }
    Property Value
    Type Description
    System.Int64

    Id

    Gets the EBML ID.

    Declaration
    public override byte[] Id { get; }
    Property Value
    Type Description
    System.Byte[]
    Overrides
    Element.Id

    Methods

    GetInnerBytes()

    Gets the inner bytes.

    Declaration
    protected override byte[] GetInnerBytes()
    Returns
    Type Description
    System.Byte[]
    Overrides
    Element.GetInnerBytes()

    Merge(Ebml)

    Merges another Ebml into this one.

    Declaration
    public void Merge(Ebml ebml)
    Parameters
    Type Name Description
    Ebml ebml

    The Ebml.

    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0