共用方式為


AUParameterTree.GetParameter 方法

定義

多載

GetParameter(UInt64)

取得位於指定位址的參數。

GetParameter(UInt32, UInt32, UInt32)

取得指定 中指定 paramIDscope 上的 參數,這個參數會對應至指定的 element

GetParameter(UInt64)

取得位於指定位址的參數。

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

參數

address
UInt64

要取得的參數位址。

傳回

位於指定位址的參數。

屬性

適用於

GetParameter(UInt32, UInt32, UInt32)

取得指定 中指定 paramIDscope 上的 參數,這個參數會對應至指定的 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

參數

paramID
UInt32

參數識別碼搜尋參數。

scope
UInt32

範圍搜尋參數。

element
UInt32

元素搜尋參數。

傳回

比對參數,如果沒有這類參數,則 null 為 。

屬性

適用於