AVAssetDownloadTaskPrefersHDRKey

Static AVAssetDownloadTaskPrefersHDRKey 

Source
pub unsafe static AVAssetDownloadTaskPrefersHDRKey: &'static NSString
👎Deprecated: Use AVAssetDownloadConfiguration:variantQualifiers with assetVariantQualifierWithPredicate using [NSPredicate predicateWithFormat:@‘videoAttributes.videoRange == %@’, AVVideoRangePQ]
Available on crate feature AVAssetDownloadTask only.
Expand description

Download the specified media selections with or without HDR content. The value for this key should be an NSNumber representing a BOOL.

By default AVAssetDownloadTask will prefer HDR content.

See also Apple’s documentation