AUAudioUnit.FromComponentDescriptionAsync 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.
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>.