select(with:completion:)

Declaration

func select(with params: MTRAudioOutputClusterSelectOutputParams, completion: @escaping  @Sendable ((any Error)?) -> Void)
func select(with params: MTRAudioOutputClusterSelectOutputParams) async throws