Table of Contents
SoundCloseFile - close an audio file description.
#include <audio/audiolib.h> 
int SoundCloseFile(sound) 
    Sound sound;
 
- sound
- Specifies the audio file description. 
SoundCloseFile
closes the audio file described by sound and returns 0 if successfull or
-1 if there was an error. Any unwritten data is written and the storage associated
with sound is deallocated. 
SoundOpenFileForReading, SoundOpenFileForWriting.
audiolib - Network Audio System C Language Interface 
Table of Contents