Share via


AUParameterNode.ImplementorStringFromValueCallback Property

Definition

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

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AudioUnit.AUImplementorStringFromValueCallback ImplementorStringFromValueCallback { [Foundation.Export("implementorStringFromValueCallback", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setImplementorStringFromValueCallback:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("implementorStringFromValueCallback", ObjCRuntime.ArgumentSemantic.Copy)>]
[<set: Foundation.Export("setImplementorStringFromValueCallback:", ObjCRuntime.ArgumentSemantic.Copy)>]
member this.ImplementorStringFromValueCallback : AudioUnit.AUImplementorStringFromValueCallback with get, set

Property Value

The callback that provides the string representation of the value of the parameter.

Attributes

Applies to