|
NameSoundCloseFile - close an audio file description.Synopsis#include <audio/audiolib.h>int SoundCloseFile(sound) Sound sound; Arguments
DescriptionSoundCloseFile 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.See AlsoSoundOpenFileForReading, SoundOpenFileForWriting.audiolib - Network Audio System C Language Interface
Visit the GSP FreeBSD Man Page Interface. |