Поделиться через


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[]

Параметры

Возвращаемое значение

Атрибуты

Применяется к

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

Возвращаемое значение

Атрибуты

Применяется к