AUImplementorValueFromStringCallback Délégué
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
str
Convertit en type approprié et l’affecte à param
.
public delegate float AUImplementorValueFromStringCallback(AUParameter param, string str);
type AUImplementorValueFromStringCallback = delegate of AUParameter * string -> single
Paramètres
- param
- AUParameter
Paramètre qui sera affecté à la valeur convertie à partir de str
.
- str
- String
Chaîne à convertir.
Valeur renvoyée
Nouvelle valeur de l’unité audio.