Share via


AUParameterTree.CreateTree(AUParameterNode[]) Method

Definition

Creates a new parameter tree.

[Foundation.Export("createTreeWithChildren:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static AudioUnit.AUParameterTree CreateTree(AudioUnit.AUParameterNode[] children);
[<Foundation.Export("createTreeWithChildren:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member CreateTree : AudioUnit.AUParameterNode[] -> AudioUnit.AUParameterTree

Parameters

children
AUParameterNode[]

The children of the new tree.

Returns

A new parameter tree.

Attributes

Applies to