AVURLAssetURLRequestAttributionKey

Static AVURLAssetURLRequestAttributionKey 

Source
pub unsafe static AVURLAssetURLRequestAttributionKey: &'static NSString
Available on crate feature AVAsset only.
Expand description

Specifies the attribution of the URLs requested by this asset.

Value is an NSNumber whose value is an NSURLRequestAttribution (see NSURLRequest.h). Default value is NSURLRequestAttributionDeveloper. All NSURLRequests issed on behalf of this AVURLAsset will be attributed with this value and follow the App Privacy Policy accordingly.

See also Apple’s documentation