Static AVURLAssetAllowsExpensiveNetworkAccessKey

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

Indicates whether network requests on behalf of this asset are allowed to use the expensive interface (e.g. cellular, tethered, constrained).

Default is YES.

See also Apple’s documentation