Contents

AVAssetDownloadTaskMinimumRequiredPresentationSizeKey

A key that indicates the minimum presentation size of the variant to download.

Declaration

let AVAssetDownloadTaskMinimumRequiredPresentationSizeKey: String

Discussion

By default, a download task selects the variant with the largest media presentation size. To download a variant of a particular size, provide a CGSize value for this key.

See Also

Download option keys