AUParameter.SetValue 方法

定义

重载

SetValue(Single, AUParameterObserverToken)

将 参数设置为 value

SetValue(Single, IntPtr)
已过时.

在不通知 originator的情况下设置参数的值。

SetValue(Single, AUParameterObserverToken, UInt64)

将 参数设置为指定的值,并保留启动手势时间。

SetValue(Single, IntPtr, UInt64)
已过时.

在指定的 hostTime处设置参数的值,而不通知 originator

SetValue(Single, AUParameterObserverToken, UInt64, AUParameterAutomationEventType)

使用指定的 hostTimeeventType将参数的值设置为 value

SetValue(Single, AUParameterObserverToken)

将 参数设置为 value

public void SetValue (float value, AudioUnit.AUParameterObserverToken originator);
member this.SetValue : single * AudioUnit.AUParameterObserverToken -> unit

参数

value
Single

要设置的值。

originator
AUParameterObserverToken

应跳过其通知的发起方。

适用于

SetValue(Single, IntPtr)

注意

Use the 'AUParameterObserverToken' overload.

在不通知 originator的情况下设置参数的值。

[Foundation.Export("setValue:originator:")]
[System.Obsolete("Use the 'AUParameterObserverToken' overload.", false)]
public virtual void SetValue (float value, IntPtr originator);
abstract member SetValue : single * nativeint -> unit
override this.SetValue : single * nativeint -> unit

参数

value
Single

要设置的值。

originator
IntPtr

nativeint

应跳过其通知的发起方。

属性

适用于

SetValue(Single, AUParameterObserverToken, UInt64)

将 参数设置为指定的值,并保留启动手势时间。

public void SetValue (float value, AudioUnit.AUParameterObserverToken originator, ulong hostTime);
member this.SetValue : single * AudioUnit.AUParameterObserverToken * uint64 -> unit

参数

value
Single

要设置的值。

originator
AUParameterObserverToken

应跳过其通知的发起方。

hostTime
UInt64

启动手势的主机时间。

适用于

SetValue(Single, IntPtr, UInt64)

注意

Use the 'AUParameterObserverToken' overload.

在指定的 hostTime处设置参数的值,而不通知 originator

[Foundation.Export("setValue:originator:atHostTime:")]
[System.Obsolete("Use the 'AUParameterObserverToken' overload.", false)]
public virtual void SetValue (float value, IntPtr originator, ulong hostTime);
abstract member SetValue : single * nativeint * uint64 -> unit
override this.SetValue : single * nativeint * uint64 -> unit

参数

value
Single

要设置的值。

originator
IntPtr

nativeint

应跳过其通知的发起方。

hostTime
UInt64

应用更改的时间。

属性

适用于

SetValue(Single, AUParameterObserverToken, UInt64, AUParameterAutomationEventType)

使用指定的 hostTimeeventType将参数的值设置为 value

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public void SetValue (float value, AudioUnit.AUParameterObserverToken originator, ulong hostTime, AudioUnit.AUParameterAutomationEventType eventType);
member this.SetValue : single * AudioUnit.AUParameterObserverToken * uint64 * AudioUnit.AUParameterAutomationEventType -> unit

参数

value
Single
hostTime
UInt64
属性

适用于