Click or drag to resize

RateControlMode Class

Rate control modes for OpenH264, matching the "RC_MODES" enum.
Inheritance Hierarchy
SystemObject
  FM.IceLink.OpenH264RateControlMode

Namespace:  FM.IceLink.OpenH264
Assembly:  FM.IceLink.OpenH264 (in FM.IceLink.OpenH264.dll) Version: 1.1.2.607 (1.1.2.607)

The RateControlMode type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberBitrateMode
Gets a rate control mode of OpenH264 "RC_BITRATE_MODE".
Public propertyStatic memberBitrateModePostSkip
Gets a rate control mode of OpenH264 "RC_BITRATE_MODE_POST_SKIP".
Public propertyStatic memberBufferBasedMode
Gets a rate control mode of OpenH264 "RC_BUFFERBASED_MODE".
Public propertyStatic memberOffMode
Gets a rate control mode of OpenH264 "RC_OFF_MODE".
Public propertyStatic memberQualityMode
Gets a rate control mode of OpenH264 "RC_QUALITY_MODE".
Public propertyStatic memberTimestampMode
Gets a rate control mode of OpenH264 "RC_TIMESTAMP_MODE".
Public propertyValue
Gets the internal integer value representation of this rate control mode.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Version Information

IceLink Xamarin

Supported in: 3.0.3.48
See Also