DspReleaseCallback

Type Alias DspReleaseCallback 

Source
pub type DspReleaseCallback = Option<fn(dsp_state: &DspState) -> Status>;
Expand description

notify the user that the DSP has been released

Aliased Type§

pub enum DspReleaseCallback {
    None,
    Some(fn(&DspState) -> Status),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(fn(&DspState) -> Status)

Some value of type T.