SourceAdaptationConfig
data class SourceAdaptationConfig(val bandwidthFractionAvailableToUse: Float? = null) : Parcelable
Configures the adaptation logic for a Source.
See AdaptationConfig to configure the adaptation at the Player level.
Constructors
| SourceAdaptationConfig | constructor(bandwidthFractionAvailableToUse: Float? = null) |
Types
| Name | Summary |
|---|---|
| Builder | class Builder |
Properties
| Name | Summary |
|---|---|
| bandwidthFractionAvailableToUse | val bandwidthFractionAvailableToUse: Float? The fraction of the available bandwidth that the selection should consider available for use. Setting to a value less than 1 is recommended to account for inaccuracies in the bandwidth estimator. |