AUParameter.SetValue Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
SetValue(Single, AUParameterObserverToken) |
Imposta il parametro su |
SetValue(Single, IntPtr) |
Obsoleti.
Imposta il valore del parametro senza notificare |
SetValue(Single, AUParameterObserverToken, UInt64) |
Imposta il parametro sul valore specificato e mantiene l'ora del movimento di avvio. |
SetValue(Single, IntPtr, UInt64) |
Obsoleti.
Imposta il valore del parametro, senza notificare |
SetValue(Single, AUParameterObserverToken, UInt64, AUParameterAutomationEventType) |
Imposta il valore del parametro su |
SetValue(Single, AUParameterObserverToken)
Imposta il parametro su value
.
public void SetValue (float value, AudioUnit.AUParameterObserverToken originator);
member this.SetValue : single * AudioUnit.AUParameterObserverToken -> unit
Parametri
- value
- Single
Il valore da impostare.
- originator
- AUParameterObserverToken
Origine, la cui notifica deve essere ignorata.
Si applica a
SetValue(Single, IntPtr)
Attenzione
Use the 'AUParameterObserverToken' overload.
Imposta il valore del parametro senza notificare 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
Parametri
- value
- Single
Il valore da impostare.
- originator
-
IntPtr
nativeint
Origine, la cui notifica deve essere ignorata.
- Attributi
Si applica a
SetValue(Single, AUParameterObserverToken, UInt64)
Imposta il parametro sul valore specificato e mantiene l'ora del movimento di avvio.
public void SetValue (float value, AudioUnit.AUParameterObserverToken originator, ulong hostTime);
member this.SetValue : single * AudioUnit.AUParameterObserverToken * uint64 -> unit
Parametri
- value
- Single
Il valore da impostare.
- originator
- AUParameterObserverToken
Origine, la cui notifica deve essere ignorata.
- hostTime
- UInt64
Ora host del movimento di avvio.
Si applica a
SetValue(Single, IntPtr, UInt64)
Attenzione
Use the 'AUParameterObserverToken' overload.
Imposta il valore del parametro, senza notificare originator
, in corrispondenza dell'oggetto specificato 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
Parametri
- value
- Single
Il valore da impostare.
- originator
-
IntPtr
nativeint
Origine, la cui notifica deve essere ignorata.
- hostTime
- UInt64
Ora di applicazione della modifica.
- Attributi
Si applica a
SetValue(Single, AUParameterObserverToken, UInt64, AUParameterAutomationEventType)
Imposta il valore del parametro su value
, con l'oggetto e specificatohostTime
.eventType
[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
Parametri
- value
- Single
- originator
- AUParameterObserverToken
- hostTime
- UInt64
- eventType
- AUParameterAutomationEventType
- Attributi