AdaptationConfig

constructor(    initialBandwidthEstimateOverride: Long? = null,     maxSelectableVideoBitrate: Int = DEFAULT_MAX_SELECTABLE_VIDEO_BITRATE,     isRebufferingAllowed: Boolean = true,     preload: Boolean = DEFAULT_PRELOAD,     qualityStabilityBalance: Float = 0.5f)


constructor(    startupBitrate: Int,     maxSelectableVideoBitrate: Int = DEFAULT_MAX_SELECTABLE_VIDEO_BITRATE,     isRebufferingAllowed: Boolean = true,     preload: Boolean = DEFAULT_PRELOAD)

Deprecated

Use primary constructor