---
title: primaryItem
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avplayerinterstitialevent/primaryitem
---

# primaryItem

The player item that represents the primary content.

## Declaration

```swift
weak var primaryItem: AVPlayerItem? { get }
```

## Discussion

Discussion The item must contain an AVAsset that provides intrinsic mappings from its timeline to realtime dates.

## See Also

### Accessing player items

- [templateItems](avfoundation/avplayerinterstitialevent/templateitems.md)
