IAUAudioUnitFactory 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
第 3 版音訊單元延伸模組必須實作的介面。
[Foundation.Protocol(Name="AUAudioUnitFactory", WrapperType=typeof(AudioUnit.AUAudioUnitFactoryWrapper))]
public interface IAUAudioUnitFactory : Foundation.INSExtensionRequestHandling, IDisposable
type IAUAudioUnitFactory = interface
interface INativeObject
interface IDisposable
interface INSExtensionRequestHandling
- 屬性
- 實作
備註
想要建立第 3 版音訊單元擴充功能的開發人員,必須在繼承自 NSObject 或 AUViewController 的類別上實作此介面。
屬性
Handle |
處理 unmanaged 物件標記法) (指標。 (繼承來源 INativeObject) |
方法
BeginRequestWithExtensionContext(NSExtensionContext) |
開發人員可以實作這個方法,為主應用程式要求準備其擴充功能。 (繼承來源 INSExtensionRequestHandling) |
CreateAudioUnit(AudioComponentDescription, NSError) |
建立並傳回音頻單位。 |