AudioComponentDescription.CreateGenerator(AudioTypeGenerator) 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 audio generator component description.
public static AudioUnit.AudioComponentDescription CreateGenerator (AudioUnit.AudioTypeGenerator generator);
static member CreateGenerator : AudioUnit.AudioTypeGenerator -> AudioUnit.AudioComponentDescription
Parameters
- generator
- AudioTypeGenerator
Returns
An initialized AudioComponentDescription with the ComponentType set to Generator and the specified generator.