AUParameter.SetValue Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
SetValue(Single, AUParameterObserverToken) |
Establece el parámetro en |
SetValue(Single, IntPtr) |
Obsoletos.
Establece el valor del parámetro sin notificar a |
SetValue(Single, AUParameterObserverToken, UInt64) |
Establece el parámetro en el valor especificado y conserva el tiempo de gesto inicial. |
SetValue(Single, IntPtr, UInt64) |
Obsoletos.
Establece el valor del parámetro, sin notificar a |
SetValue(Single, AUParameterObserverToken, UInt64, AUParameterAutomationEventType) |
Establece el valor |
SetValue(Single, AUParameterObserverToken)
Establece el parámetro en value
.
public void SetValue (float value, AudioUnit.AUParameterObserverToken originator);
member this.SetValue : single * AudioUnit.AUParameterObserverToken -> unit
Parámetros
- value
- Single
Valor que se va a establecer.
- originator
- AUParameterObserverToken
El originador, cuya notificación debe omitirse.
Se aplica a
SetValue(Single, IntPtr)
Precaución
Use the 'AUParameterObserverToken' overload.
Establece el valor del parámetro sin notificar a 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
Parámetros
- value
- Single
Valor que se va a establecer.
- originator
-
IntPtr
nativeint
El originador, cuya notificación debe omitirse.
- Atributos
Se aplica a
SetValue(Single, AUParameterObserverToken, UInt64)
Establece el parámetro en el valor especificado y conserva el tiempo de gesto inicial.
public void SetValue (float value, AudioUnit.AUParameterObserverToken originator, ulong hostTime);
member this.SetValue : single * AudioUnit.AUParameterObserverToken * uint64 -> unit
Parámetros
- value
- Single
Valor que se va a establecer.
- originator
- AUParameterObserverToken
El originador, cuya notificación debe omitirse.
- hostTime
- UInt64
Hora del host del gesto de inicio.
Se aplica a
SetValue(Single, IntPtr, UInt64)
Precaución
Use the 'AUParameterObserverToken' overload.
Establece el valor del parámetro, sin notificar a originator
, en el especificado 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
Parámetros
- value
- Single
Valor que se va a establecer.
- originator
-
IntPtr
nativeint
El originador, cuya notificación debe omitirse.
- hostTime
- UInt64
Hora a la que se va a aplicar el cambio.
- Atributos
Se aplica a
SetValue(Single, AUParameterObserverToken, UInt64, AUParameterAutomationEventType)
Establece el valor value
del parámetro en , con los valores especificados hostTime
y 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
Parámetros
- value
- Single
- originator
- AUParameterObserverToken
- hostTime
- UInt64
- eventType
- AUParameterAutomationEventType
- Atributos