Function FMOD_DSP_AddInput

Source
pub unsafe extern "C" fn FMOD_DSP_AddInput(
    dsp: *mut FMOD_DSP,
    input: *mut FMOD_DSP,
    connection: *mut *mut FMOD_DSPCONNECTION,
    type_: FMOD_DSPCONNECTION_TYPE,
) -> FMOD_RESULT