AUImplementorValueObserver 代理人
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
委派,會在參數值變更時通知音訊單位。
public delegate void AUImplementorValueObserver(AUParameter param, float value);
type AUImplementorValueObserver = delegate of AUParameter * single -> unit
參數
- param
- AUParameter
已變更的參數。
- value
- Single
新的參數值。