Sound::ResumeSound
Defined in:
Resumes a sound.
C4Sound.h
Prototype
void ResumeSound(void);
Description
The ResumeSound
function resumes a previously paused sound. If the sound is not paused, then the ResumeSound
function has no effect. A sound will not resume playing until the ResumeSound
function has been called to balance each previous call to the Sound::PauseSound
function (i.e., the sound keeps track of an internal pause count).
See Also