---
title: nowPlayingInfo
framework: mediaplayer
role: symbol
role_heading: Instance Property
path: mediaplayer/mpnowplayinginfocenter/nowplayinginfo
---

# nowPlayingInfo

The current Now Playing information for the default Now Playing info center.

## Declaration

```swift
var nowPlayingInfo: [String : Any]? { get set }
```

## Mentioned in

Providing animated artwork for media items

## Discussion

Discussion To clear the now playing info center dictionary, set it to nil.

## See Also

### Working with the default Now Playing info center

- [default()](mediaplayer/mpnowplayinginfocenter/default().md)
- [MPNowPlayingInfoMediaType](mediaplayer/mpnowplayinginfomediatype.md)
- [supportedAnimatedArtworkKeys](mediaplayer/mpnowplayinginfocenter/supportedanimatedartworkkeys.md)
