IAUAudioUnitFactory.CreateAudioUnit Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates and returns an audio unit.
[Foundation.Export("createAudioUnitWithComponentDescription:error:")]
[Foundation.Preserve(Conditional=true)]
public AudioUnit.AUAudioUnit CreateAudioUnit (AudioUnit.AudioComponentDescription desc, out Foundation.NSError error);
abstract member CreateAudioUnit : AudioUnit.AudioComponentDescription * -> AudioUnit.AUAudioUnit
Parameters
A description for the audio unit.
- error
- NSError
An out
parameter into which any errors that are encountered are written.
Returns
An audio unit.
- Attributes