Search Results for

    Show / Hide Table of Contents

    Class Variant

    Inheritance
    System.Object
    Variant
    Namespace: RenderHeads.Media.AVProVideo
    Assembly: cs.temp.dll.dll
    Syntax
    public class Variant

    Constructors

    Variant(Int32, Int32, Int32, Int32, Int32, CodecType, Single, VideoRange, CodecType)

    Declaration
    public Variant(int iId, int iWidth, int iHeight, int iPeakDataRate, int iAverageDataRate = 0, CodecType videoCodecType = CodecType.unknown, float fFrameRate = 0F, VideoRange eVideoRange = VideoRange.SDR, CodecType audioCodecType = CodecType.unknown)
    Parameters
    Type Name Description
    System.Int32 iId
    System.Int32 iWidth
    System.Int32 iHeight
    System.Int32 iPeakDataRate
    System.Int32 iAverageDataRate
    CodecType videoCodecType
    System.Single fFrameRate
    VideoRange eVideoRange
    CodecType audioCodecType

    Properties

    AudioCodecName

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

    AudioCodecType

    Declaration
    public CodecType AudioCodecType { get; }
    Property Value
    Type Description
    CodecType

    Auto

    Declaration
    public static Variant Auto { get; }
    Property Value
    Type Description
    Variant

    AverageDataRate

    Declaration
    public int AverageDataRate { get; }
    Property Value
    Type Description
    System.Int32

    FrameRate

    Declaration
    public float FrameRate { get; }
    Property Value
    Type Description
    System.Single

    Height

    Declaration
    public int Height { get; }
    Property Value
    Type Description
    System.Int32

    Id

    Declaration
    public int Id { get; }
    Property Value
    Type Description
    System.Int32

    PeakDataRate

    Declaration
    public int PeakDataRate { get; }
    Property Value
    Type Description
    System.Int32

    VideoCodecName

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

    VideoCodecType

    Declaration
    public CodecType VideoCodecType { get; }
    Property Value
    Type Description
    CodecType

    VideoRange

    Declaration
    public VideoRange VideoRange { get; }
    Property Value
    Type Description
    VideoRange

    Width

    Declaration
    public int Width { get; }
    Property Value
    Type Description
    System.Int32
    In This Article