Share via


AUParameterNode.ImplementorValueFromStringCallback Property

Definition

Gets or sets the callback that provides a parameter value when provided with a string representation of the value of the parameter.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AudioUnit.AUImplementorValueFromStringCallback ImplementorValueFromStringCallback { [Foundation.Export("implementorValueFromStringCallback", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setImplementorValueFromStringCallback:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("implementorValueFromStringCallback", ObjCRuntime.ArgumentSemantic.Copy)>]
[<set: Foundation.Export("setImplementorValueFromStringCallback:", ObjCRuntime.ArgumentSemantic.Copy)>]
member this.ImplementorValueFromStringCallback : AudioUnit.AUImplementorValueFromStringCallback with get, set

Property Value

The callback that provides a parameter value when provided with a string representation of the value of the parameter.

Attributes

Applies to