pub type AUImplementorValueObserver = *mut DynBlock<dyn Fn(NonNull<AUParameter>, AUValue)>;Available on crate features
AUAudioUnitImplementation and AUParameters and block2 only.Expand description
A block called to notify the AUAudioUnit implementation of changes to AUParameter values.
See also Appleās documentation