Search Results for

    Show / Hide Table of Contents

    Class Video

    A Matroska video element.

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

    Constructors

    Video()

    Initializes a new instance of the Video class.

    Declaration
    public Video()

    Video(Byte[])

    Initializes a new instance of the Video class.

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

    The bytes.

    Properties

    AlphaMode

    Gets or sets the alpha mode.

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

    DefaultAlphaMode

    Gets the default alpha mode.

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

    DefaultDisplayUnit

    Gets the default display unit.

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

    DefaultFlagInterlaced

    Gets the default flag interlaced.

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

    DefaultPixelCropBottom

    Gets the default pixel crop bottom.

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

    DefaultPixelCropLeft

    Gets the default pixel crop left.

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

    DefaultPixelCropRight

    Gets the default pixel crop right.

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

    DefaultPixelCropTop

    Gets the default pixel crop top.

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

    DisplayHeight

    Gets or sets the display height.

    Declaration
    public long? DisplayHeight { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int64>

    DisplayUnit

    Gets or sets the display unit.

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

    DisplayWidth

    Gets or sets the display width.

    Declaration
    public long? DisplayWidth { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int64>

    EbmlId

    Gets the EBML ID.

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

    FlagInterlaced

    Gets or sets a flag indicating whether the video is interlaced.

    Declaration
    public long FlagInterlaced { 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

    PixelCropBottom

    Gets or sets the pixel crop bottom.

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

    PixelCropLeft

    Gets or sets the pixel crop left.

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

    PixelCropRight

    Gets or sets the pixel crop right.

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

    PixelCropTop

    Gets or sets the pixel crop top.

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

    PixelHeight

    Gets or sets the pixel height.

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

    PixelWidth

    Gets or sets the pixel width.

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

    Methods

    GetInnerBytes()

    Gets the inner bytes.

    Declaration
    protected override byte[] GetInnerBytes()
    Returns
    Type Description
    System.Byte[]
    Overrides
    Element.GetInnerBytes()
    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0