---
title: ArtworkRepresentation
framework: nowplaying
role: symbol
role_heading: Structure
path: nowplaying/artworkrepresentation
---

# ArtworkRepresentation

An artwork image representation, such as music album cover art, associated with a media item.

## Declaration

```swift
struct ArtworkRepresentation
```

## Overview

Overview The system may display this artwork on the Lock Screen, in Control Center, and on connected accessories.

## Topics

### Initializers

- [init(cgImage:)](nowplaying/artworkrepresentation/init(cgimage:).md)
- [init(data:)](nowplaying/artworkrepresentation/init(data:).md)

### Enumerations

- [ArtworkRepresentation.ArtworkRepresentationError](nowplaying/artworkrepresentation/artworkrepresentationerror.md)

## See Also

### Displaying artwork

- [Artwork](nowplaying/artwork.md)
- [AnimatedArtwork](nowplaying/animatedartwork.md)
