AudioComponentDescription.CreateEffect(AudioTypeEffect) 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 effect component description.
public static AudioUnit.AudioComponentDescription CreateEffect (AudioUnit.AudioTypeEffect effect);
static member CreateEffect : AudioUnit.AudioTypeEffect -> AudioUnit.AudioComponentDescription
Parameters
- effect
- AudioTypeEffect
Returns
An initialized AudioComponentDescription with the ComponentType set to Effect and the specified effect.