---
title: "end(proposingNewTime:)"
framework: avfoundation
role: symbol
role_heading: Instance Method
path: "avfoundation/avcoordinatedplaybacksuspension/end(proposingnewtime:)"
---

# end(proposingNewTime:)

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

## Declaration

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

## Parameters

- `time`: The proposed playback time. Passing a nonnumeric time results in the same behavior as calling the doc://com.apple.avfoundation/documentation/AVFoundation/AVCoordinatedPlaybackSuspension/end() method.

## Discussion

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.

## See Also

### Ending a suspension

- [end()](avfoundation/avcoordinatedplaybacksuspension/end().md)
