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

# translatesPlayerInterstitialEvents

A Boolean value that indicates whether the player translates interstitial events to interstitial time ranges.

## Declaration

```swift
var translatesPlayerInterstitialEvents: Bool { get set }
```

## Discussion

Discussion Enable this property value to support using interstitial events, or set it to false to perform your own interstitial management.

## See Also

### Configuring interstitial events

- [integratedTimeline](avfoundation/avplayeritem/integratedtimeline.md)
- [automaticallyHandlesInterstitialEvents](avfoundation/avplayeritem/automaticallyhandlesinterstitialevents.md)
- [interstitialTimeRanges](avfoundation/avplayeritem/interstitialtimeranges.md)
- [template](avfoundation/avplayeritem/template.md)
