AUImplementorValueObserver 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.
A delegate that notifies the audio unit when a parameter value changes.
public delegate void AUImplementorValueObserver(AUParameter param, float value);
type AUImplementorValueObserver = delegate of AUParameter * single -> unit
Parameters
- param
- AUParameter
The parameter that changed.
- value
- Single
The new parameter value.