1SoundOpenFileForWriting(3) Library Functions Manual SoundOpenFileForWriting(3)
2
3
4
6 SoundOpenFileForWriting - open an audio file for writing.
7
9 #include <audio/audiolib.h>
10
11 Sound SoundOpenFileForWriting(filename, sound)
12 char *filename;
13 Sound sound;
14
16 filename Specifies the name of the file.
17
18 sound Specifies the audio file description.
19
21 SoundOpenFileForWriting opens filename for writing and returns sound or
22 NULL if there was an error.
23
25 SoundWriteFile.
26
27 audiolib - Network Audio System C Language Interface
28
29
30
31sound 1.9.4 SoundOpenFileForWriting(3)