---
title: "rewind(with:completionHandler:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclustermediaplayback/rewind(with:completionhandler:)"
---

# rewind(with:completionHandler:)

## Declaration

```swift
func rewind(with params: MTRMediaPlaybackClusterRewindParams?, completionHandler: @escaping @Sendable (MTRMediaPlaybackClusterPlaybackResponseParams?, (any Error)?) -> Void)
```

```swift
func rewind(with params: MTRMediaPlaybackClusterRewindParams?) async throws -> MTRMediaPlaybackClusterPlaybackResponseParams
```
