Class RateControlMode
Rate control modes for OpenH264, matching the "RC_MODES" enum.
Inheritance
System.Object
RateControlMode
Namespace: FM.LiveSwitch.OpenH264
Assembly: FM.LiveSwitch.OpenH264.dll
Syntax
public sealed class RateControlMode : object
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 |