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