共用方式為


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
屬性

適用於