// // FMOD::ChannelControl::setMixLevelsOutput from 0x1074d0 to 0x1074e0 (16 bytes) // // 2 xrefs: // > FMOD_Channel_SetMixLevelsOutput @ 0x50c18 // > FMOD_ChannelGroup_SetMixLevelsOutput @ 0x5109c // // This function is hookable on this platform! // // Using BromaIDA 8.0.0 @ https://github.com/Stazzical/BromaIDA // Using bindings at commit ba9f177b at Thu Jul 16 22:52:06 2026 from https://github.com/geode-sdk/bindings // // attributes: thunk __int64 __fastcall FMOD::ChannelControl::setMixLevelsOutput( FMOD::ChannelControl *this, long double a2, long double a3, long double a4, long double a5, long double a6, long double a7, long double a8, long double a9) { return _ZN4FMOD14ChannelControl18setMixLevelsOutputEffffffff(this, a2, a3, a4, a5, a6, a7, a8, a9); }