pub type DspGetParamCallback = Option<fn(dsp_state: &DspState, index: i32, value: &mut f32, value_str: &str) -> Status>;Expand description
DSP callback
Aliased Type§
pub enum DspGetParamCallback {
None,
Some(fn(&DspState, i32, &mut f32, &str) -> Status),
}