pub unsafe static AVAssetDownloadTaskMinimumRequiredPresentationSizeKey: &'static NSString👎Deprecated: Use AVAssetDownloadConfiguration:variantQualifiers with predicateForPresentationWidth and predicateForPresentationHeight instead
Available on crate feature
AVAssetDownloadTask only.Expand description
The lowest media presentation size greater than or equal to this value will be selected. If no suitable media presentation size is found, the highest media presentation size will be selected. The value for this key should be a NSValue of CGSize.
By default, the highest media presentation size will be selected for download.
See also Apple’s documentation