AUImplementorValueProvider

Type Alias AUImplementorValueProvider 

Source
pub type AUImplementorValueProvider = *mut DynBlock<dyn Fn(NonNull<AUParameter>) -> AUValue>;
Available on crate features AUAudioUnitImplementation and AUParameters and block2 only.
Expand description

A block called to fetch an AUParameter’s current value from the AUAudioUnit implementation.

See also Apple’s documentation