<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: 15.0.0 -",
    "macOS: 12.0.0 -",
    "tvOS: 15.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVCoordinatedPlaybackSuspension/end(proposingNewTime:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:objc(cs)AVCoordinatedPlaybackSuspension(im)endProposingNewTime:"
  },
  "title" : "end(proposingNewTime:)"
}
-->

# end(proposingNewTime:)

Ends a suspension and proposes a new playback time to the group.

```
func end(proposingNewTime time: CMTime)
```

## Parameters

`time`

The proposed playback time. Passing a nonnumeric time results in the same behavior as calling the [`end()`](/documentation/AVFoundation/AVCoordinatedPlaybackSuspension/end()) method.

## Discussion

If this is the last suspension, the coordinator proposes a new time to the group without changing the group’s playback rate. If it isn’t, the coordinator only proposes the new time after all other suspensions end.

A suspension that ends after this one ends can override the proposed time. Similarly, playback commands from the group that arrive after this suspension ends, override a pending proposal.

---

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)