FmodBank
Inherits: Resource
An FmodBank that contains audio information.
Description
stores fmod audio information. A sound's bank must be loaded before it is played
Methods
|
get_loading_state() const |
|
get_sample_loading_state() const |
|
unload() |
|
Method Descriptions
int get_loading_state() const 🔗
The banks current loading state.
int get_sample_loading_state() const 🔗
The audio samples current loading state.
int unload() 🔗
Unloads the bank. will unload the bank even if other Objects reference
this resource
int unload_sample_data() 🔗
Unloads the banks sample data.