---
title: supportedAnimatedArtworkKeys
framework: mediaplayer
role: symbol
role_heading: Type Property
path: mediaplayer/mpnowplayinginfocenter/supportedanimatedartworkkeys
---

# supportedAnimatedArtworkKeys

Keys related to animated artwork that are supported by the current platform.

## Declaration

```swift
class var supportedAnimatedArtworkKeys: [String] { get }
```

## Mentioned in

Providing animated artwork for media items

## Discussion

Discussion If you specify an instance of animated artwork (an MPMediaItemAnimatedArtwork) to nowPlayingInfo using any key not in this collection it will be ignored.

## See Also

### Working with the default Now Playing info center

- [default()](mediaplayer/mpnowplayinginfocenter/default().md)
- [nowPlayingInfo](mediaplayer/mpnowplayinginfocenter/nowplayinginfo.md)
- [MPNowPlayingInfoMediaType](mediaplayer/mpnowplayinginfomediatype.md)
