AudioComponentDescription.CreateOutput(AudioTypeOutput) 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 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.