C4 Engine
C4 Engine API Documentation

Sound::Release

Defined in:  C4Sound.h
Releases a sound.
Prototype

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.