Function FMOD_DSPConnection_SetMixMatrix

Source
pub unsafe extern "C" fn FMOD_DSPConnection_SetMixMatrix(
    dspconnection: *mut FMOD_DSPCONNECTION,
    matrix: *mut f32,
    outchannels: i32,
    inchannels: i32,
    inchannel_hop: i32,
) -> FMOD_RESULT