Function fmod::ffi::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