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

# stop(with:completionHandler:)

## Declaration

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

```swift
func stop(with params: MTRMediaPlaybackClusterStopPlaybackParams?) async throws -> MTRMediaPlaybackClusterPlaybackResponseParams
```
