isSoundPlaying
AudioModuleInterface::isSoundPlaying
Checks if any sound source of a certain sound is playing.
Declaration
virtual bool isSoundPlaying(SoundID soundID) = 0;
Parameters
Name |
Type |
Description |
|---|---|---|
soundID |
The sound to check. |
Returns
true if the sound has any sound source currently playing, else, returns false.