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... | |
A config for BandwidthEstimation.
| fm.liveswitch.diagnostics.config.BandwidthEstimationConfig.BandwidthEstimationConfig | ( | ) |
Constructor.
| boolean fm.liveswitch.diagnostics.config.BandwidthEstimationConfig.getEnabled | ( | ) |
Gets if BandwidthEstimationConfig Diagnostics are enabled.
| int fm.liveswitch.diagnostics.config.BandwidthEstimationConfig.getIntervalMs | ( | ) |
Gets the interval in ms for BandwidthEstimationConfig Diagnostics.
| void fm.liveswitch.diagnostics.config.BandwidthEstimationConfig.setEnabled | ( | boolean | value | ) |
Sets if BandwidthEstimationConfig Diagnostics are enabled.
| void fm.liveswitch.diagnostics.config.BandwidthEstimationConfig.setIntervalMs | ( | int | value | ) |
Sets the interval in ms for BandwidthEstimationConfig Diagnostics.