FMOD_DSPConnection_SetMixMatrix

Function FMOD_DSPConnection_SetMixMatrix 

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