AdQualitySelectionContext
data class AdQualitySelectionContext(val available: List<MediaFile>, val suggested: MediaFile, val bitrateEstimate: Long)
Context provided to the BitmovinAdvertisingConfig.onSelectAdQuality callback, containing information about the available media files and the current network conditions.
Constructors
Properties
| Name | Summary |
|---|---|
| available | val available: List<MediaFile> The list of media files provided in the VAST response. |
| bitrateEstimate | val bitrateEstimate: Long The most recent bitrateEstimate estimate in bits per second. |
| suggested | val suggested: MediaFile The media file that would be selected by the default selection algorithm if no custom selection is made. |