AVURLAssetAllowsConstrainedNetworkAccessKey

Static AVURLAssetAllowsConstrainedNetworkAccessKey 

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

Indicates whether network requests on behalf of this asset are allowed to use the constrained interface (e.g. interfaces marked as being in data saver mode).

Default is YES.

See also Apple’s documentation