FMOD_ChannelGroup_GetMixMatrix

Function FMOD_ChannelGroup_GetMixMatrix 

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