AVAudioUnitComponentManager
An object that provides a way to search and query audio components that the system registers.
Declaration
class AVAudioUnitComponentManagerOverview
The component manager has methods to find various information about the audio components without opening them. Currently, you can only search audio components that are audio units.
The class supports system tags and arbitrary user tags. You can tag each audio unit as part of its definition. Audio unit hosts, such as Logic or GarageBand, can present groupings of audio units according to the tags.
You can search for audio units in the following ways:
Using a
NSPredicateinstance that contains search strings for tags or descriptionsUsing a block to match on a custom criteria
Using an
AudioComponentDescription