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

# integratedTimeline

An integrated timeline that represents the player item timing including its scheduled interstitial events.

## Declaration

```swift
nonisolated var integratedTimeline: AVPlayerItemIntegratedTimeline { get }
```

## Discussion

Discussion The value is nil for player items in an interstitial player.

## See Also

### Configuring interstitial events

- [automaticallyHandlesInterstitialEvents](avfoundation/avplayeritem/automaticallyhandlesinterstitialevents.md)
- [translatesPlayerInterstitialEvents](avfoundation/avplayeritem/translatesplayerinterstitialevents.md)
- [interstitialTimeRanges](avfoundation/avplayeritem/interstitialtimeranges.md)
- [template](avfoundation/avplayeritem/template.md)
