Contents

makeAssetDownloadTask(downloadConfiguration:)

Creates a download task that uses the specified configuration.

Declaration

func makeAssetDownloadTask(downloadConfiguration: AVAssetDownloadConfiguration) -> AVAssetDownloadTask

Parameters

  • 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.

See Also

Creating download tasks