AVAudioUnitComponentManager.GetComponents Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetComponents(AudioComponentDescription) |
Finds all of the audio units that match the specified description. |
GetComponents(AVAudioUnitComponentFilter) |
Finds all of the audio units that are matched by the specified test handler. |
GetComponents(NSPredicate) |
Finds all of the audio units that are matched by the specified predicate. |
GetComponents(AudioComponentDescription)
Finds all of the audio units that match the specified description.
[Foundation.Export("componentsMatchingDescription:")]
public virtual AVFoundation.AVAudioUnitComponent[] GetComponents (AudioUnit.AudioComponentDescription desc);
abstract member GetComponents : AudioUnit.AudioComponentDescription -> AVFoundation.AVAudioUnitComponent[]
override this.GetComponents : AudioUnit.AudioComponentDescription -> AVFoundation.AVAudioUnitComponent[]
Parameters
Returns
- Attributes
Applies to
GetComponents(AVAudioUnitComponentFilter)
Finds all of the audio units that are matched by the specified test handler.
[Foundation.Export("componentsPassingTest:")]
public virtual AVFoundation.AVAudioUnitComponent[] GetComponents (AVFoundation.AVAudioUnitComponentFilter testHandler);
abstract member GetComponents : AVFoundation.AVAudioUnitComponentFilter -> AVFoundation.AVAudioUnitComponent[]
override this.GetComponents : AVFoundation.AVAudioUnitComponentFilter -> AVFoundation.AVAudioUnitComponent[]
Parameters
- testHandler
- AVAudioUnitComponentFilter
Returns
- Attributes
Applies to
GetComponents(NSPredicate)
Finds all of the audio units that are matched by the specified predicate.
[Foundation.Export("componentsMatchingPredicate:")]
public virtual AVFoundation.AVAudioUnitComponent[] GetComponents (Foundation.NSPredicate predicate);
abstract member GetComponents : Foundation.NSPredicate -> AVFoundation.AVAudioUnitComponent[]
override this.GetComponents : Foundation.NSPredicate -> AVFoundation.AVAudioUnitComponent[]
Parameters
- predicate
- NSPredicate
Returns
- Attributes