AVAudioUnitComponentManager.GetComponents Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
GetComponents(AudioComponentDescription) |
Находит все звуковые единицы, соответствующие указанному описанию. |
GetComponents(AVAudioUnitComponentFilter) |
Находит все звуковые единицы, соответствующие указанному обработчику тестов. |
GetComponents(NSPredicate) |
Находит все звуковые единицы, соответствующие указанному предикату. |
GetComponents(AudioComponentDescription)
Находит все звуковые единицы, соответствующие указанному описанию.
[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[]
Параметры
Возвращаемое значение
- Атрибуты
Применяется к
GetComponents(AVAudioUnitComponentFilter)
Находит все звуковые единицы, соответствующие указанному обработчику тестов.
[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[]
Параметры
- testHandler
- AVAudioUnitComponentFilter
Возвращаемое значение
- Атрибуты
Применяется к
GetComponents(NSPredicate)
Находит все звуковые единицы, соответствующие указанному предикату.
[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[]
Параметры
- predicate
- NSPredicate
Возвращаемое значение
- Атрибуты