Contents

urlSession(_:aggregateAssetDownloadTask:didCompleteFor:)

Tells the delegate that a child task finished downloading a media selection.

Declaration

optional func urlSession(_ session: URLSession, aggregateAssetDownloadTask: AVAggregateAssetDownloadTask, didCompleteFor mediaSelection: AVMediaSelection)

Parameters

  • session:

    The session the asset download task is on.

  • aggregateAssetDownloadTask:

    The download task that finished downloading the media selection.

  • mediaSelection:

    The downloaded media selection.

See Also

Responding to aggregate download events