FEC protection parameters. More...
Instance Methods | |
(instancetype) | - init |
Initializes a new instance of the FMLiveSwitchFecProtectionParameters class. More... | |
(FMLiveSwitchFecMaskType) | - maskType |
Gets the type of the FEC mask. More... | |
(int) | - maxFrames |
Gets the maximum FEC frames. More... | |
(int) | - rate |
Gets the FEC rate. More... | |
(void) | - setMaskType: |
Sets the type of the FEC mask. More... | |
(void) | - setMaxFrames: |
Sets the maximum FEC frames. More... | |
(void) | - setRate: |
Sets the FEC rate. More... | |
(void) | - setUseUepProtection: |
Sets whether UEP protection should be used. More... | |
(bool) | - useUepProtection |
Gets whether UEP protection should be used. More... | |
Class Methods | |
(FMLiveSwitchFecProtectionParameters *) | + fecProtectionParameters |
Initializes a new instance of the FMLiveSwitchFecProtectionParameters class. More... | |
FEC protection parameters.
+ (FMLiveSwitchFecProtectionParameters*) fecProtectionParameters |
Initializes a new instance of the FMLiveSwitchFecProtectionParameters class.
- (instancetype) init |
Initializes a new instance of the FMLiveSwitchFecProtectionParameters class.
- (FMLiveSwitchFecMaskType) maskType |
Gets the type of the FEC mask.
- (int) maxFrames |
Gets the maximum FEC frames.
- (int) rate |
Gets the FEC rate.
- (void) setMaskType: | (FMLiveSwitchFecMaskType) | value |
Sets the type of the FEC mask.
- (void) setMaxFrames: | (int) | value |
Sets the maximum FEC frames.
- (void) setRate: | (int) | value |
Sets the FEC rate.
- (void) setUseUepProtection: | (bool) | value |
Sets whether UEP protection should be used.
- (bool) useUepProtection |
Gets whether UEP protection should be used.