Contents

AVURLAssetURLRequestAttributionKey

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

Declaration

let AVURLAssetURLRequestAttributionKey: String

Discussion

The value is a number that represents an NSURLRequest.Attribution. URL requests that the system issues on behalf of the asset attribute this value and follow the App Privacy Policy accordingly.

The default value is NSURLRequest.Attribution.developer.

See Also

Options