Contents

AVAssetDownloadTask

A session used to download HTTP Live Streaming assets.

Declaration

class AVAssetDownloadTask

Overview

This class is a subclass of URLSessionTask that you use to download HTTP Live Streaming assets. You create instances of this class by calling makeAssetDownloadTask(downloadConfiguration:) on the download session.

Topics

Accessing task information

See Also

Asset downloading