AUParameter.SetValue メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
SetValue(Single, AUParameterObserverToken) |
パラメーターを に |
SetValue(Single, IntPtr) |
古い.
に通知せずにパラメーターの値を設定します |
SetValue(Single, AUParameterObserverToken, UInt64) |
パラメーターを指定した値に設定し、開始ジェスチャ時間を保持します。 |
SetValue(Single, IntPtr, UInt64) |
古い.
パラメーターの値を、指定した に通知 |
SetValue(Single, AUParameterObserverToken, UInt64, AUParameterAutomationEventType) |
パラメーターの値を に |
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.
パラメーターの値を、指定した に通知 originator
せずに設定します hostTime
。
[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)
パラメーターの値を にvalue
設定しeventType
、 と を指定しますhostTime
。
[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
- originator
- AUParameterObserverToken
- hostTime
- UInt64
- eventType
- AUParameterAutomationEventType
- 属性