Firelight Technologies FMOD Studio API
Unloads all non-streaming sample data used by events in the bank.
FMOD_RESULT Studio::Bank::unloadSampleData();
FMOD_RESULT FMOD_Studio_Bank_UnloadSampleData(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.
Each time this function is called, it will decrement the reference count. If the reference count goes to zero, the sample data will be unloaded.
Any sample data that is being used by event instances will not be unloaded until the event instances are released.
Version 1.03.06 Built on Apr 17, 2014