---
title: pauseSnapsToMediaTimeOfOriginator
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avplaybackcoordinator/pausesnapstomediatimeoforiginator
---

# pauseSnapsToMediaTimeOfOriginator

A Boolean value that indicates whether participants mirror the originator’s stop time when they pause.

## Declaration

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

## Discussion

Discussion If this value is true, all participants seek to the originator’s stop time after they pause. Use this setting if it counteracts network delays that result from communicating the originator’s pause state to the other participants. If this value is false, it’s acceptable for participants to stop at slightly different times, and a pause doesn’t cause the time of other participants to jump back.

## See Also

### Configuring playback policies

- [participantLimitForWaitingOutSuspensions(withReason:)](avfoundation/avplaybackcoordinator/participantlimitforwaitingoutsuspensions(withreason:).md)
- [setParticipantLimit(_:forWaitingOutSuspensionsWithReason:)](avfoundation/avplaybackcoordinator/setparticipantlimit(_:forwaitingoutsuspensionswithreason:).md)
- [suspensionReasonsThatTriggerWaiting](avfoundation/avplaybackcoordinator/suspensionreasonsthattriggerwaiting.md)
