---
title: outputs
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avplayeritem/outputs
---

# outputs

An array of outputs associated with the player item.

## Declaration

```swift
nonisolated var outputs: [AVPlayerItemOutput] { get }
```

## Discussion

Discussion This property contains the collection of AVPlayerItemOutput objects used to transfer media data to the player object.

## See Also

### Managing player item outputs

- [add(_:)](avfoundation/avplayeritem/add(_:)-16ctk.md)
- [remove(_:)](avfoundation/avplayeritem/remove(_:)-46b1r.md)
