\fBName\fP

SoundCloseFile - close an audio file description.

\fBSynopsis\fP

#include <audio/audiolib.h>

int SoundCloseFile(sound)

    Sound sound;

\fBArguments\fP

sound

Specifies the audio file description.

\fBDescription\fP

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.

\fBSee Also\fP

SoundOpenFileForReading, SoundOpenFileForWriting.

audiolib - Network Audio System C Language Interface