AUParameterTree.GetParameter 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
GetParameter(UInt64) |
取得位於指定位址的參數。 |
GetParameter(UInt32, UInt32, UInt32) |
取得指定 中指定 |
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)
取得指定 中指定 paramID
之 scope
上的 參數,這個參數會對應至指定的 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
為 。
- 屬性