Search Results for

    Show / Hide Table of Contents

    Class RateControlMode

    Rate control modes for OpenH264, matching the "RC_MODES" enum.

    Inheritance
    System.Object
    RateControlMode
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: FM.LiveSwitch.OpenH264
    Assembly: FM.LiveSwitch.OpenH264.dll
    Syntax
    public sealed class RateControlMode

    Properties

    BitrateMode

    Gets a rate control mode of OpenH264 "RC_BITRATE_MODE".

    Declaration
    public static RateControlMode BitrateMode { get; }
    Property Value
    Type Description
    RateControlMode

    BitrateModePostSkip

    Gets a rate control mode of OpenH264 "RC_BITRATE_MODE_POST_SKIP".

    Declaration
    public static RateControlMode BitrateModePostSkip { get; }
    Property Value
    Type Description
    RateControlMode

    BufferBasedMode

    Gets a rate control mode of OpenH264 "RC_BUFFERBASED_MODE".

    Declaration
    public static RateControlMode BufferBasedMode { get; }
    Property Value
    Type Description
    RateControlMode

    OffMode

    Gets a rate control mode of OpenH264 "RC_OFF_MODE".

    Declaration
    public static RateControlMode OffMode { get; }
    Property Value
    Type Description
    RateControlMode

    QualityMode

    Gets a rate control mode of OpenH264 "RC_QUALITY_MODE".

    Declaration
    public static RateControlMode QualityMode { get; }
    Property Value
    Type Description
    RateControlMode

    TimestampMode

    Gets a rate control mode of OpenH264 "RC_TIMESTAMP_MODE".

    Declaration
    public static RateControlMode TimestampMode { get; }
    Property Value
    Type Description
    RateControlMode

    Value

    Gets the internal integer value representation of this rate control mode.

    Declaration
    public int Value { get; }
    Property Value
    Type Description
    System.Int32
    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0