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

Link copied to clipboard
constructor(bandwidthFractionAvailableToUse: Float? = null)

Types

Link copied to clipboard
class Builder

Properties

Link copied to clipboard

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.