共用方式為


IAUAudioUnitFactory 介面

定義

第 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 版音訊單元擴充功能的開發人員,必須在繼承自 NSObjectAUViewController 的類別上實作此介面。

屬性

Handle

處理 unmanaged 物件標記法) (指標。

(繼承來源 INativeObject)

方法

BeginRequestWithExtensionContext(NSExtensionContext)

開發人員可以實作這個方法,為主應用程式要求準備其擴充功能。

(繼承來源 INSExtensionRequestHandling)
CreateAudioUnit(AudioComponentDescription, NSError)

建立並傳回音頻單位。

適用於