pub unsafe static AVAssetDownloadTaskMediaSelectionPrefersMultichannelKey: &'static NSString👎Deprecated: Use AVAssetDownloadConfiguration:variantQualifiers with predicateForChannelCount instead
Available on crate feature
AVAssetDownloadTask only.Expand description
Download the specified media selections with or without support for multichannel playback. The value for this key should be an NSNumber representing a BOOL.
By default AVAssetDownloadTask will prefer multichannel by downloading the most capable multichannel rendition available in additon to stereo.
See also Apple’s documentation