Class BandwidthEstimationConfig
A config for BandwidthEstimation
Inheritance
System.Object
BandwidthEstimationConfig
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FM.LiveSwitch.Diagnostics.Config
Assembly: FM.LiveSwitch.dll
Syntax
public class BandwidthEstimationConfig
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 |