Sound::Release
Defined in:
Releases a sound.
C4Sound.hPrototype
void Release(void);
Description
The Release function should be called when the sound object is no longer being used. Sound objects cannot be destroyed using the delete operator. If the sound is playing when Release is called, then the sound is immediately stopped.
