Click or drag to resize

RedFecConfig Class

RED Forward error correction (FEC) config.
Inheritance Hierarchy
SystemObject
  FM.IceLinkRedFecConfig

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The RedFecConfig type exposes the following members.

Constructors
  NameDescription
Public methodRedFecConfig
Initializes a new instance of the RedFecConfig class.
Top
Properties
  NameDescription
Public propertyActivationThreshold
Gets or sets the Red FEC activation threshold. Red FEC is activated when the Rtcp receiver reports indicate that more than this threshold value of packets were lost (but only if supported by the remote peer); when this value diminishes blow the threshold, Red FEC is deactivated. The value is denoted in percentage points (between 0 and 100). Affects encoded data only. Defaults to 5.
Public propertyDisabled
Gets or sets a value indicating whether RED Forward Error Correction (FEC) is disabled.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also