Fmod 10812 _top_ Full [2027]
public: FmodChannelGuard(FMOD::System* sys, int maxChannels = 32, int customFullCode = 10812) : system(sys), maxChannels(maxChannels), diagnosticCode(customFullCode) {}
// Attempt to play a sound; if "full" error occurs, try to steal a voice. FMOD_RESULT PlayWithOverflowProtection(FMOD::Sound* sound, FMOD::Channel** channel, bool prioritized = false) FMOD_RESULT result = system->playSound(sound, nullptr, false, channel); fmod 10812 full
Version 1.08 is quite old; if you are starting a new project, it is highly recommended to use the latest version from FMOD to take advantage of the newest features and security updates. public: FmodChannelGuard(FMOD::System* sys
FmodChannelGuard guard(fmodSys, 32, 10812); int maxChannels = 32