RequestAttribution

data class RequestAttribution(val attribution: NSURLRequestAttribution) : MediaSource.URL.Option

A Option that specifies the attribution of the URLs that this asset requests.

Constructors

Link copied to clipboard
constructor(attribution: NSURLRequestAttribution)

Properties

Link copied to clipboard
val attribution: NSURLRequestAttribution

the NSURLRequestAttribution of the URLs that this asset requests.