![]() |
• Sound Manager |
|
API Links
Developer Links
|
Sound::ResumeDefined in:
Resumes a sound.
C4Sound.hPrototype
Description
The Resume function resumes a previously paused sound. If the sound is not paused, then the Resume function has no effect. A sound will not resume playing until the Resume function has been called to balance each previous call to the Sound::Pause function (i.e., the sound keeps track of an internal pause count).
See Also
|