fm.liveswitch.FecProtectionParameters Class Reference

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

Detailed Description

FEC protection parameters.

Constructor & Destructor Documentation

◆ FecProtectionParameters()

fm.liveswitch.FecProtectionParameters.FecProtectionParameters ( )

Initializes a new instance of the fm.liveswitch.FecProtectionParameters class.

Member Function Documentation

◆ getMaskType()

fm.liveswitch.FecMaskType fm.liveswitch.FecProtectionParameters.getMaskType ( )

Gets the type of the FEC mask.

◆ getMaxFrames()

int fm.liveswitch.FecProtectionParameters.getMaxFrames ( )

Gets the maximum FEC frames.

◆ getRate()

int fm.liveswitch.FecProtectionParameters.getRate ( )

Gets the FEC rate.

◆ getUseUepProtection()

boolean fm.liveswitch.FecProtectionParameters.getUseUepProtection ( )

Gets whether UEP protection should be used.

◆ setMaskType()

void fm.liveswitch.FecProtectionParameters.setMaskType ( fm.liveswitch.FecMaskType  value)

Sets the type of the FEC mask.

◆ setMaxFrames()

void fm.liveswitch.FecProtectionParameters.setMaxFrames ( int  value)

Sets the maximum FEC frames.

◆ setRate()

void fm.liveswitch.FecProtectionParameters.setRate ( int  value)

Sets the FEC rate.

◆ setUseUepProtection()

void fm.liveswitch.FecProtectionParameters.setUseUepProtection ( boolean  value)

Sets whether UEP protection should be used.