1SoundCloseFile(3) Library Functions Manual SoundCloseFile(3)
2
3
4
6 SoundCloseFile - close an audio file description.
7
9 #include <audio/audiolib.h>
10
11 int SoundCloseFile(sound)
12 Sound sound;
13
15 sound Specifies the audio file description.
16
18 SoundCloseFile closes the audio file described by sound and returns 0
19 if successfull or -1 if there was an error. Any unwritten data is
20 written and the storage associated with sound is deallocated.
21
23 SoundOpenFileForReading, SoundOpenFileForWriting.
24
25 audiolib - Network Audio System C Language Interface
26
27
28
29 1.9.4 SoundCloseFile(3)