AUParameterNode.ImplementorValueFromStringCallback Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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