AUParameterGroup.AllParameters Property
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.
Gets an array that contains all the parameters in the parameter group, including parameters in parameter group children.
public virtual AudioUnit.AUParameter[] AllParameters { [Foundation.Export("allParameters")] get; }
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