Contents

kAudioFilePropertyAlbumArtwork

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

Declaration

var kAudioFilePropertyAlbumArtwork: AudioFilePropertyID { get }

Discussion

A 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 CFData object.

See Also

Constants