FMIceLinkRedFecConfig Class Reference

Inherits from NSObject
Declared in FMIceLinkRedFecConfig.h
FMIceLinkRedFecConfig.m

Overview

RED Forward error correction (FEC) config.

– activationThreshold

Gets 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.
- (int)activationThreshold

Discussion

Gets 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.

Declared In

FMIceLinkRedFecConfig.h

– disabled

Gets a value indicating whether RED Forward Error Correction (FEC) is disabled.
- (bool)disabled

Discussion

Gets a value indicating whether RED Forward Error Correction (FEC) is disabled.

Declared In

FMIceLinkRedFecConfig.h

– init

Initializes a new instance of the FMIceLinkRedFecConfig class.
- (instancetype)init

Discussion

Initializes a new instance of the FMIceLinkRedFecConfig class.

Declared In

FMIceLinkRedFecConfig.h

+ redFecConfig

Initializes a new instance of the FMIceLinkRedFecConfig class.
+ (FMIceLinkRedFecConfig *)redFecConfig

Discussion

Initializes a new instance of the FMIceLinkRedFecConfig class.

Declared In

FMIceLinkRedFecConfig.h

– setActivationThreshold:

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.
- (void)setActivationThreshold:(int)value

Discussion

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.

Declared In

FMIceLinkRedFecConfig.h