---
title: "init(url:contentType:size:)"
framework: avkit
role: symbol
role_heading: Initializer
path: "avkit/avinterfacealbumartwork/init(url:contenttype:size:)-8s6ku"
---

# init(url:contentType:size:)

Initializes a new album artwork object with the specified image resource information.

## Declaration

```swift
init(url: URL, contentType: UTType, size: CGSize)
```

## Parameters

- `url`: URL pointing to the album artwork image resource.
- `contentType`: The uniform type identifier for the artwork image data.
- `size`: The pixel dimensions of the artwork image.
