Share via


AUParameterGroup.AllParameters Property

Definition

Gets an array that contains all the parameters in the parameter group, including parameters in parameter group children.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AudioUnit.AUParameter[] AllParameters { [Foundation.Export("allParameters")] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("allParameters")>]
member this.AllParameters : AudioUnit.AUParameter[]

Property Value

An array that contains all the parameters in the parameter group, including parameters in parameter group children.

Attributes

Applies to