makeAssetDownloadTask(downloadConfiguration:)
Creates a download task that uses the specified configuration.
Declaration
func makeAssetDownloadTask(downloadConfiguration: AVAssetDownloadConfiguration) -> AVAssetDownloadTaskParameters
- downloadConfiguration:
The configuration that the task uses.
Return Value
A new download task.
Discussion
This method raises an exception if you call it on an invalidated session.