stopSoundSource
AudioModuleInterface::stopSoundSource
Stops a playing or paused sound.
Declaration
virtual void stopSoundSource(SoundSourceID soundSourceID) = 0;
Parameters
Name |
Type |
Description |
---|---|---|
soundSourceID |
The sound source to stop. |
Returns
None.