<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: 15.0.0 -",
    "macOS: 12.0.0 -",
    "tvOS: 15.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 10.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVAssetDownloadConfiguration",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:objc(cs)AVAssetDownloadConfiguration"
  },
  "title" : "AVAssetDownloadConfiguration"
}
-->

# AVAssetDownloadConfiguration

An object that provides the configuration for a download task.

```
class AVAssetDownloadConfiguration
```

## Topics

### Creating a configuration

[`init(asset:title:)`](/documentation/AVFoundation/AVAssetDownloadConfiguration/init(asset:title:))

Creates a download configuration for a media asset.

### Accessing configuration details

[`artworkData`](/documentation/AVFoundation/AVAssetDownloadConfiguration/artworkData)

A data value that represents the asset’s artwork.

[`primaryContentConfiguration`](/documentation/AVFoundation/AVAssetDownloadConfiguration/primaryContentConfiguration)

The configuration for the primary content that the task downloads.

[`auxiliaryContentConfigurations`](/documentation/AVFoundation/AVAssetDownloadConfiguration/auxiliaryContentConfigurations)

The configuration for the auxiliary content that the task downloads.

[`AVAssetDownloadContentConfiguration`](/documentation/AVFoundation/AVAssetDownloadContentConfiguration)

A configuration object that contains variant qualifiers and media options.

[`optimizesAuxiliaryContentConfigurations`](/documentation/AVFoundation/AVAssetDownloadConfiguration/optimizesAuxiliaryContentConfigurations)

A Boolean value that indicates whether the task optimizes auxiliary content selection.

[`downloadsInterstitialAssets`](/documentation/AVFoundation/AVAssetDownloadConfiguration/downloadsInterstitialAssets)

Download interstitial assets as listed in the index file. False by default.

[`setInterstitialMediaSelectionCriteria(_:forMediaCharacteristic:)`](/documentation/AVFoundation/AVAssetDownloadConfiguration/setInterstitialMediaSelectionCriteria(_:forMediaCharacteristic:))

Sets media selection on interstitials for this asset



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)