---
title: alignsResumptionWithPrimarySegmentBoundary
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avplayerinterstitialevent/alignsresumptionwithprimarysegmentboundary
---

# alignsResumptionWithPrimarySegmentBoundary

A Boolean value that indicates whether the resumption time of primary playback should snap to a segment boundary of the primary asset.

## Declaration

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

## Discussion

Discussion If the value is true, the system adjusts the resumption time of primary playback following an interstitial to the nearest segment boundary when the primary player is playing an HTTP Live Streaming asset.

## See Also

### Inspecting timing

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