次の方法で共有


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

戻り値

属性

適用対象