---
title: albumArtworkRepresentations
framework: avkit
role: symbol
role_heading: Instance Property
path: avkit/avinterfacemetadatatemplate/albumartworkrepresentations
---

# albumArtworkRepresentations

Array of available album artwork representations in various formats and sizes for this media content. Multiple representations allow the system to choose the most appropriate artwork for different display contexts (thumbnails, full-screen, high-DPI displays). Each representation specifies its dimensions, format, and URL for optimal loading and display performance.

## Declaration

```occ
@property (nonatomic, copy, readwrite) NSArray<AVInterfaceAlbumArtwork *> * albumArtworkRepresentations;
```

## See Also

### Inspecting the template

- [title](avkit/avinterfacemetadatatemplate/title.md)
- [subtitle](avkit/avinterfacemetadatatemplate/subtitle.md)
- [audioOnly](avkit/avinterfacemetadatatemplate/audioonly.md)
- [presentationSize](avkit/avinterfacemetadatatemplate/presentationsize.md)
