Search Results for

    Show / Hide Table of Contents

    Class SegmentInfo

    A Matroska segment info element.

    Inheritance
    System.Object
    Element
    SegmentInfo
    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 SegmentInfo : Element

    Constructors

    SegmentInfo()

    Initializes a new instance of the SegmentInfo class.

    Declaration
    public SegmentInfo()

    SegmentInfo(Byte[])

    Initializes a new instance of the SegmentInfo class.

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

    The bytes.

    Properties

    DateUtc

    Gets or sets the date in UTC time.

    Declaration
    public DateTime? DateUtc { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTime>

    DefaultTimecodeScale

    Gets the default timecode scale.

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

    Duration

    Gets or sets the duration.

    Declaration
    public float? Duration { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Single>

    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
    Element.Id

    MuxingApp

    Gets or sets the muxing application.

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

    NextFilename

    Gets or sets the next filename.

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

    NextUid

    Gets or sets the next UID.

    Declaration
    public Guid? NextUid { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Guid>

    PrevFilename

    Gets or sets the previous filename.

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

    PrevUid

    Gets or sets the previous UID.

    Declaration
    public Guid? PrevUid { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Guid>

    SegmentFilename

    Gets or sets the segment filename.

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

    SegmentUid

    Gets or sets the segment UID.

    Declaration
    public Guid? SegmentUid { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Guid>

    TimecodeScale

    Gets or sets the timecode scale.

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

    Title

    Gets or sets the title.

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

    WritingApp

    Gets or sets the writing application.

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

    Methods

    GetInnerBytes()

    Gets the inner bytes.

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

    Merge(SegmentInfo)

    Merges another SegmentInfo into this one.

    Declaration
    public void Merge(SegmentInfo segmentInfo)
    Parameters
    Type Name Description
    SegmentInfo segmentInfo

    The SegmentInfo.

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