FEC protection parameters. More...
Public Member Functions | |
FecProtectionParameters () | |
Initializes a new instance of the fm.liveswitch.FecProtectionParameters class. More... | |
fm.liveswitch.FecMaskType | getMaskType () |
Gets the type of the FEC mask. More... | |
int | getMaxFrames () |
Gets the maximum FEC frames. More... | |
int | getRate () |
Gets the FEC rate. More... | |
boolean | getUseUepProtection () |
Gets whether UEP protection should be used. More... | |
void | setMaskType (fm.liveswitch.FecMaskType value) |
Sets the type of the FEC mask. More... | |
void | setMaxFrames (int value) |
Sets the maximum FEC frames. More... | |
void | setRate (int value) |
Sets the FEC rate. More... | |
void | setUseUepProtection (boolean value) |
Sets whether UEP protection should be used. More... | |
FEC protection parameters.
fm.liveswitch.FecProtectionParameters.FecProtectionParameters | ( | ) |
Initializes a new instance of the fm.liveswitch.FecProtectionParameters class.
fm.liveswitch.FecMaskType fm.liveswitch.FecProtectionParameters.getMaskType | ( | ) |
Gets the type of the FEC mask.
int fm.liveswitch.FecProtectionParameters.getMaxFrames | ( | ) |
Gets the maximum FEC frames.
int fm.liveswitch.FecProtectionParameters.getRate | ( | ) |
Gets the FEC rate.
boolean fm.liveswitch.FecProtectionParameters.getUseUepProtection | ( | ) |
Gets whether UEP protection should be used.
void fm.liveswitch.FecProtectionParameters.setMaskType | ( | fm.liveswitch.FecMaskType | value | ) |
Sets the type of the FEC mask.
void fm.liveswitch.FecProtectionParameters.setMaxFrames | ( | int | value | ) |
Sets the maximum FEC frames.
void fm.liveswitch.FecProtectionParameters.setRate | ( | int | value | ) |
Sets the FEC rate.
void fm.liveswitch.FecProtectionParameters.setUseUepProtection | ( | boolean | value | ) |
Sets whether UEP protection should be used.