---
title: resumptionOffset
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avplayerinterstitialevent/resumptionoffset
---

# resumptionOffset

A time offset at which playback of primary content resumes after interstitial content finishes.

## Declaration

```swift
var resumptionOffset: CMTime { get set }
```

## Discussion

Discussion This property supports definite time values. Specify indefinite to indicate that the effective resumption time offset should align with the clock time elapsed during interstitial playback; this value is typically suitable for live broadcasts. The default value is zero.

## See Also

### Inspecting timing

- [time](avfoundation/avplayerinterstitialevent/time.md)
- [date](avfoundation/avplayerinterstitialevent/date.md)
- [willPlayOnce](avfoundation/avplayerinterstitialevent/willplayonce.md)
- [playoutLimit](avfoundation/avplayerinterstitialevent/playoutlimit.md)
- [alignsStartWithPrimarySegmentBoundary](avfoundation/avplayerinterstitialevent/alignsstartwithprimarysegmentboundary.md)
- [alignsResumptionWithPrimarySegmentBoundary](avfoundation/avplayerinterstitialevent/alignsresumptionwithprimarysegmentboundary.md)
