<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: 26.0.0 -",
    "macOS: 26.0.0 -",
    "tvOS: 26.0.0 -",
    "visionOS: 26.0.0 -",
    "watchOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "MediaPlayer",
  "identifier" : "/documentation/MediaPlayer/MPNowPlayingInfoCenter/supportedAnimatedArtworkKeys",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "Media Player"
    ],
    "preciseIdentifier" : "c:objc(cs)MPNowPlayingInfoCenter(cpy)supportedAnimatedArtworkKeys"
  },
  "title" : "supportedAnimatedArtworkKeys"
}
-->

# supportedAnimatedArtworkKeys

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

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

## Discussion

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

---

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)