Share via


AUParameterNode.ImplementorValueObserver Property

Definition

Gets or sets the AUImplementorValueObserver that notifies the audio unit when a parameter value changes.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AudioUnit.AUImplementorValueObserver ImplementorValueObserver { [Foundation.Export("implementorValueObserver", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setImplementorValueObserver:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("implementorValueObserver", ObjCRuntime.ArgumentSemantic.Copy)>]
[<set: Foundation.Export("setImplementorValueObserver:", ObjCRuntime.ArgumentSemantic.Copy)>]
member this.ImplementorValueObserver : AudioUnit.AUImplementorValueObserver with get, set

Property Value

The AUImplementorValueObserver that notifies the audio unit when a parameter value changes.

Attributes

Applies to