AVAudioUnitComponentManager.GetComponents 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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
傳回
- 屬性