FMOD_ChannelGroup_SetMixMatrix

Function FMOD_ChannelGroup_SetMixMatrix 

Source
pub unsafe extern "C" fn FMOD_ChannelGroup_SetMixMatrix(
    channelgroup: *mut FMOD_CHANNELGROUP,
    matrix: *mut f32,
    outchannels: c_int,
    inchannels: c_int,
    inchannel_hop: c_int,
) -> FMOD_RESULT