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.

public virtual AudioUnit.AUImplementorValueFromStringCallback ImplementorValueFromStringCallback { [Foundation.Export("implementorValueFromStringCallback", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setImplementorValueFromStringCallback:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
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