AudioComponentDescription.CreateOutput(AudioTypeOutput) Method

Definition

Creates an output component description.

public static AudioUnit.AudioComponentDescription CreateOutput (AudioUnit.AudioTypeOutput outputType);
static member CreateOutput : AudioUnit.AudioTypeOutput -> AudioUnit.AudioComponentDescription

Parameters

outputType
AudioTypeOutput

Returns

An initialized AudioComponentDescription with the ComponentType set to Output and the specified output type.

Applies to