---
title: "select(with:completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclustermediainput/select(with:completion:)"
---

# select(with:completion:)

## Declaration

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

```swift
func select(with params: MTRMediaInputClusterSelectInputParams) async throws
```
