AUParameterTree.GetParameter Method

Definition

Overloads

GetParameter(UInt64)

Gets the parameter at the specified address.

GetParameter(UInt32, UInt32, UInt32)

Gets the parameter at the specified paramID, in the specified scope, that corresponds to the specified element.

GetParameter(UInt64)

Gets the parameter at the specified address.

[Foundation.Export("parameterWithAddress:")]
public virtual AudioUnit.AUParameter GetParameter (ulong address);
abstract member GetParameter : uint64 -> AudioUnit.AUParameter
override this.GetParameter : uint64 -> AudioUnit.AUParameter

Parameters

address
UInt64

The address of the parameter to get.

Returns

The parameter at the specified address.

Attributes

Applies to

GetParameter(UInt32, UInt32, UInt32)

Gets the parameter at the specified paramID, in the specified scope, that corresponds to the specified element.

[Foundation.Export("parameterWithID:scope:element:")]
public virtual AudioUnit.AUParameter GetParameter (uint paramID, uint scope, uint element);
abstract member GetParameter : uint32 * uint32 * uint32 -> AudioUnit.AUParameter
override this.GetParameter : uint32 * uint32 * uint32 -> AudioUnit.AUParameter

Parameters

paramID
UInt32

The parameter ID search parameter.

scope
UInt32

The scope search parameter.

element
UInt32

The element search parameter..

Returns

The matching parameter, or null if no such parameter exists.

Attributes

Applies to