pub unsafe static AVAssetDownloadTaskPrefersLosslessAudioKey: &'static NSString👎Deprecated: Use AVAssetDownloadConfiguration:variantQualifiers with assetVariantQualifierWithPredicate using [NSPredicate predicateWithFormat:@‘%d in audioAttributes.formatIDs’, kAudioFormatAppleLossless]
Available on crate feature
AVAssetDownloadTask only.Expand description
Download the specified media selections in lossless audio representation. The value for this key should be an NSNumber representing a BOOL.
By default AVAssetDownloadTask will prefer lossy audio representation.
See also Apple’s documentation