<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AudioToolbox",
  "identifier" : "/documentation/AudioToolbox/kAudioFilePropertyAlbumArtwork",
  "metadataVersion" : "0.1.0",
  "role" : "Global Variable",
  "symbol" : {
    "kind" : "Global Variable",
    "modules" : [
      "Audio Toolbox"
    ],
    "preciseIdentifier" : "c:@Ea@kAudioFilePropertyFileFormat@kAudioFilePropertyAlbumArtwork"
  },
  "title" : "kAudioFilePropertyAlbumArtwork"
}
-->

# kAudioFilePropertyAlbumArtwork

An object containing the image data for the album artwork associated with an audio file.

```
var kAudioFilePropertyAlbumArtwork: AudioFilePropertyID { get }
```

## Discussion

A <doc://com.apple.documentation/documentation/CoreFoundation/CFData> object containing an image file associated with the audio file.

The image data is formatted as either JFIF (JPEG) or PNG (PNG). If you access this property, your app is responsible for releasing the <doc://com.apple.documentation/documentation/CoreFoundation/CFData> object.

---

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)