AUImplementorValueFromStringCallback Delegate
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.
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.