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

# select(with:completionHandler:)

## Declaration

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

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