AUParameterTree.CreateGroupTemplate(AUParameterNode[]) 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 a prototype parameter group for creating related classes of parameter groups.
[Foundation.Export("createGroupTemplate:")]
public static AudioUnit.AUParameterGroup CreateGroupTemplate (AudioUnit.AUParameterNode[] children);
static member CreateGroupTemplate : AudioUnit.AUParameterNode[] -> AudioUnit.AUParameterGroup
Parameters
- children
- AUParameterNode[]
The template group's children.
Returns
A prototype parameter group for creating related classes of parameter groups.
- Attributes
Remarks
Template parameter groups can only appear in trees at the root.