AUImplementorValueFromStringCallback Delegate

Definition

Converts str to the appropriate type and assigns it to param.

public delegate float AUImplementorValueFromStringCallback(AUParameter param, string str);
type AUImplementorValueFromStringCallback = delegate of AUParameter * string -> single

Parameters

param
AUParameter

The parameter that will be assigned to the value that is converted from str.

str
String

The string to convert.

Return Value

The new audio unit value.

Applies to