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
参数 ID 搜索参数。
- scope
- UInt32
范围搜索参数。
- element
- UInt32
元素搜索参数。。
返回
匹配的参数,如果不存在此类参数,则 null
为 。
- 属性