Edit

Share via


AUParameterTree.CreateGroupTemplate(AUParameterNode[]) Method

Definition

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.

Applies to