---
title: players
framework: mediaplayer
role: symbol
role_heading: Instance Property
path: mediaplayer/mpnowplayingsession/players
---

# players

The array of players associated with the session.

## Declaration

```swift
var players: [AVPlayer] { get }
```

## See Also

### Managing players

- [addPlayer(_:)](mediaplayer/mpnowplayingsession/addplayer(_:).md)
- [removePlayer(_:)](mediaplayer/mpnowplayingsession/removeplayer(_:).md)
