Firelight Technologies FMOD Studio API
Unloads the bank and all of its data.
FMOD_RESULT Studio::Bank::unload();
FMOD_RESULT FMOD_Studio_Bank_Unload(FMOD_STUDIO_BANK *bank);
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 will destroy all objects created from the bank, unload all sample data inside the bank, and invalidate all API handles referring to the bank.
Version 1.03.06 Built on Apr 17, 2014