共用方式為


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

傳回

屬性

適用於