FMIceLinkRedFecConfig Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | FMIceLinkRedFecConfig.h FMIceLinkRedFecConfig.m |
– 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)activationThresholdDiscussion
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)disabledDiscussion
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)initDiscussion
Initializes a new instance of the FMIceLinkRedFecConfig class.
Declared In
FMIceLinkRedFecConfig.h
+ redFecConfig
Initializes a new instance of the FMIceLinkRedFecConfig class.
+ (FMIceLinkRedFecConfig *)redFecConfigDiscussion
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)valueDiscussion
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