次の方法で共有


AUImplementorValueObserver 代理人

定義

パラメーター値が変更されたときにオーディオ ユニットに通知するデリゲート。

public delegate void AUImplementorValueObserver(AUParameter param, float value);
type AUImplementorValueObserver = delegate of AUParameter * single -> unit

パラメーター

param
AUParameter

変更されたパラメーター。

value
Single

新しいパラメーター値。

適用対象