BandwidthEstimationMode
Inheritors
Types
Link copied to clipboard
Link copied to clipboard
data class SlidingPercentile(val maxSampleCount: Int = 5, val percentile: Double = 0.7) : BandwidthEstimationMode
Use a sliding percentile window to average the bandwidth.