AUParameterNode.ImplementorStringFromValueCallback 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 string representation of the value of the parameter.
public virtual AudioUnit.AUImplementorStringFromValueCallback ImplementorStringFromValueCallback { [Foundation.Export("implementorStringFromValueCallback", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setImplementorStringFromValueCallback:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.ImplementorStringFromValueCallback : AudioUnit.AUImplementorStringFromValueCallback with get, set
Property Value
The callback that provides the string representation of the value of the parameter.
- Attributes