次の方法で共有


AUParameterTree.CreateGroupTemplate(AUParameterNode[]) メソッド

定義

パラメーター グループの関連クラスを作成するためのプロトタイプ パラメーター グループを作成します。

[Foundation.Export("createGroupTemplate:")]
public static AudioUnit.AUParameterGroup CreateGroupTemplate (AudioUnit.AUParameterNode[] children);
static member CreateGroupTemplate : AudioUnit.AUParameterNode[] -> AudioUnit.AUParameterGroup

パラメーター

children
AUParameterNode[]

テンプレート グループの子。

戻り値

パラメーター グループの関連クラスを作成するためのプロトタイプ パラメーター グループ。

属性

注釈

テンプレート パラメーター グループは、ルートのツリーにのみ表示できます。

適用対象