AudioComponentDescription.CreateGeneric(AudioComponentType, Int32) 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.
Initializes an AudioComponentDescription with the given type and given subtype. This method is here for cases where you might want to create a component description that is not covered by the built-in enumerations for component subtypes.
public static AudioUnit.AudioComponentDescription CreateGeneric (AudioUnit.AudioComponentType type, int subType);
static member CreateGeneric : AudioUnit.AudioComponentType * int -> AudioUnit.AudioComponentDescription
Parameters
- type
- AudioComponentType
- subType
- Int32