Class BandwidthEstimationConfig
A config for BandwidthEstimation
Inheritance
System.Object
BandwidthEstimationConfig
Namespace: FM.LiveSwitch.Diagnostics.Config
Assembly: FM.LiveSwitch.dll
Syntax
public class BandwidthEstimationConfig : object
Constructors
BandwidthEstimationConfig()
Constructor.
Declaration
public BandwidthEstimationConfig()
Properties
Enabled
Gets or sets if BandwidthEstimationConfig Diagnostics are enabled.
Declaration
public bool Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
IntervalMs
Gets or sets the interval in ms for BandwidthEstimationConfig Diagnostics.
Declaration
public int IntervalMs { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |