<!--
{
  "availability" : [
    "tvOS: 15.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVPlayerItem/translatesPlayerInterstitialEvents",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:objc(cs)AVPlayerItem(py)translatesPlayerInterstitialEvents"
  },
  "title" : "translatesPlayerInterstitialEvents"
}
-->

# translatesPlayerInterstitialEvents

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

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

## Discussion

Enable this property value to support using interstitial events, or set it to <doc://com.apple.documentation/documentation/Swift/false> to perform your own interstitial management.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)