This function queries if the sound is stopped.
Copy Code | |
---|---|
bool IsSoundStopped( int SoundIndex ); |
SoundIndex
Type: int
The sound index.
Returns a true if the sound is stopped or stopping.
Returns false if there is an internal error or the sound is paused or playing.