Firelight Technologies FMOD Studio API
Sets the maximum number of software mixed channels possible.
FMOD_RESULT System::setSoftwareChannels(
int numsoftwarechannels
);
FMOD_RESULT FMOD_System_SetSoftwareChannels(
FMOD_SYSTEM *system,
int numsoftwarechannels
);
If the function succeeds then the return value is FMOD_OK.
If the function fails then the return value will be one of the values defined in the FMOD_RESULT enumeration.
This function cannot be called after FMOD is already activated, it must be called before System::init, or after System::close.
Version 1.03.06 Built on Apr 17, 2014