AudioComponentFindNext(_:_:)
Finds the next component that matches a specified AudioComponentDescription structure after a specified audio component.
Declaration
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 nil if not found.