Firelight Technologies FMOD Studio API
Unloads all non-streaming sample data used by the event.
FMOD_RESULT Studio::EventDescription::unloadSampleData();
FMOD_RESULT FMOD_Studio_EventDescription_UnloadSampleData(FMOD_STUDIO_EVENTDESCRIPTION *eventdescription);
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.
If any instances of this event exist, sample data will not be unloaded until all instances are released.
Version 1.03.06 Built on Apr 17, 2014