load
AudioModuleInterface::loadSound
Loads a sound in the Audio Module and returns a unique identifier to this sound.
Declaration
virtual SoundID load(const Sound& sound) = 0;
Parameters
Name |
Type |
Description |
---|---|---|
filePath |
const Sound& |
The sound to load in the Audio Module. |
Returns
A unique SoundID identifier.