AUAudioUnit.FromComponentDescriptionAsync Method

Definition

Asynchronously creates a AUAudioUnit.

public static System.Threading.Tasks.Task<AudioUnit.AUAudioUnit> FromComponentDescriptionAsync (AudioUnit.AudioComponentDescription componentDescription, AudioUnit.AudioComponentInstantiationOptions options);
static member FromComponentDescriptionAsync : AudioUnit.AudioComponentDescription * AudioUnit.AudioComponentInstantiationOptions -> System.Threading.Tasks.Task<AudioUnit.AUAudioUnit>

Parameters

componentDescription
AudioComponentDescription

Returns

A task that represents the asynchronous FromComponentDescription operation. The value of the TResult parameter is of type System.Action<AudioUnit.AUAudioUnit,Foundation.NSError>.

Applies to