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

# next(with:completionHandler:)

## Declaration

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

```swift
func next(with params: MTRMediaPlaybackClusterNextParams?) async throws -> MTRMediaPlaybackClusterPlaybackResponseParams
```
