1SoundWriteFile(3)          Library Functions Manual          SoundWriteFile(3)
2
3
4

Name

6       SoundWriteFile - write audio data to an audio file.
7

Synopsis

9       #include <audio/audiolib.h>
10
11       int SoundWriteFile(buffer, num_bytes, sound)
12           char *buffer;
13           int num_bytes;
14           Sound sound;
15

Arguments

17       buffer    Specifies where the data should be written from.
18
19       num_bytes Specifies the length of the data.
20
21       sound     Specifies the audio file description.
22

Description

24       SoundWriteFile writes num_bytes from buffer to the audio file described
25       by sound and returns the number of bytes written.
26

See Also

28       SoundOpenFileForWriting.
29
30       audiolib - Network Audio System C Language Interface
31
32
33
34                                     1.9.5                   SoundWriteFile(3)
Impressum