fm.liveswitch.diagnostics.config.BandwidthEstimationConfig Class Reference

A config for BandwidthEstimation. More...

Public Member Functions

 BandwidthEstimationConfig ()
 Constructor. More...
 
boolean getEnabled ()
 Gets if BandwidthEstimationConfig Diagnostics are enabled. More...
 
int getIntervalMs ()
 Gets the interval in ms for BandwidthEstimationConfig Diagnostics. More...
 
void setEnabled (boolean value)
 Sets if BandwidthEstimationConfig Diagnostics are enabled. More...
 
void setIntervalMs (int value)
 Sets the interval in ms for BandwidthEstimationConfig Diagnostics. More...
 

Detailed Description

A config for BandwidthEstimation.

Constructor & Destructor Documentation

◆ BandwidthEstimationConfig()

fm.liveswitch.diagnostics.config.BandwidthEstimationConfig.BandwidthEstimationConfig ( )

Constructor.

Member Function Documentation

◆ getEnabled()

boolean fm.liveswitch.diagnostics.config.BandwidthEstimationConfig.getEnabled ( )

Gets if BandwidthEstimationConfig Diagnostics are enabled.

◆ getIntervalMs()

int fm.liveswitch.diagnostics.config.BandwidthEstimationConfig.getIntervalMs ( )

Gets the interval in ms for BandwidthEstimationConfig Diagnostics.

◆ setEnabled()

void fm.liveswitch.diagnostics.config.BandwidthEstimationConfig.setEnabled ( boolean  value)

Sets if BandwidthEstimationConfig Diagnostics are enabled.

◆ setIntervalMs()

void fm.liveswitch.diagnostics.config.BandwidthEstimationConfig.setIntervalMs ( int  value)

Sets the interval in ms for BandwidthEstimationConfig Diagnostics.