AUParameterTree.CreateTree(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 new parameter tree.
[Foundation.Export("createTreeWithChildren:")]
public static AudioUnit.AUParameterTree CreateTree (AudioUnit.AUParameterNode[] children);
static member CreateTree : AudioUnit.AUParameterNode[] -> AudioUnit.AUParameterTree
Parameters
- children
- AUParameterNode[]
The children of the new tree.
Returns
A new parameter tree.
- Attributes