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

int

get_loading_state() const

int

get_sample_loading_state() const

int

unload()

int

unload_sample_data()


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.


User-contributed notes

Please read the User-contributed notes policy before submitting a comment.