---
title: "renameOutput(with:completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusteraudiooutput/renameoutput(with:completion:)"
---

# renameOutput(with:completion:)

## Declaration

```swift
func renameOutput(with params: MTRAudioOutputClusterRenameOutputParams, completion: @escaping @Sendable ((any Error)?) -> Void)
```

```swift
func renameOutput(with params: MTRAudioOutputClusterRenameOutputParams) async throws
```
