<!--
{
  "availability" : [
    "iOS: 2.0.0 -",
    "iPadOS: 2.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.6.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AudioToolbox",
  "identifier" : "/documentation/AudioToolbox/AudioComponentFindNext(_:_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Function",
  "symbol" : {
    "kind" : "Function",
    "modules" : [
      "Audio Toolbox"
    ],
    "preciseIdentifier" : "c:@F@AudioComponentFindNext"
  },
  "title" : "AudioComponentFindNext(_:_:)"
}
-->

# AudioComponentFindNext(_:_:)

Finds the next component that matches a specified `AudioComponentDescription` structure after a specified audio component.

```
func AudioComponentFindNext(_ inComponent: AudioComponent?, _ inDesc: UnsafePointer<AudioComponentDescription>) -> AudioComponent?
```

## Parameters

`inComponent`

The audio component that you want to start searching after.

`inDesc`

The description of the audio component you want to find.

## Return Value

An audio component, or <doc://com.apple.documentation/documentation/ObjectiveC/nil-227m0> if not found.

## Discussion

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)