AVAssetDownloadTaskMediaSelectionKey

Static AVAssetDownloadTaskMediaSelectionKey 

Source
pub unsafe static AVAssetDownloadTaskMediaSelectionKey: &'static NSString
👎Deprecated: Use AVAssetDownloadConfiguration:mediaSelections instead
Available on crate feature AVAssetDownloadTask only.
Expand description

The media selection for this download. The value for this key should be an AVMediaSelection.

By default, media selections for AVAssetDownloadTask will be automatically selected.

See also Apple’s documentation