1AuSoundCreateFileFromBucket(L3i)brary Functions ManuAaulSoundCreateFileFromBucket(3)
2
3
4
6 AuSoundCreateFileFromBucket - copy the data from a bucket into a file.
7
9 #include <audio/audiolib.h>
10 #include <audio/soundlib.h>
11
12 AuBool AuSoundCreateFileFromBucket(server, filename, file_format,
13 bucket, status)
14 AuServer *server;
15 char *filename;
16 int file_format;
17 AuBucketID bucket;
18 AuStatus *status;
19
21 server Specifies the connection to the audio server.
22
23 filename Specifies the name of the file to use.
24
25 file Specifies the format of the file. Currently, the following
26 file formats are supported: SoundFileFormatSnd, SoundFileFor‐
27 matVoc, SoundFileFormatWave, SoundFileFormatAiff, SoundFile‐
28 FormatSvx.
29
30 bucket Specifies the bucket to get the audio data from.
31
32 status If non-NULL, flush the output buffer and return the status
33 from the server.
34
36 AuSoundCreateFileFromBucket creates a file using the audio data from
37 bucket and returns AuTrue if successfull or AuFalse if there was an
38 error.
39
41 AuBadBucket.
42
44 AuSoundCreateDataFromBucket.
45
46 audiolib - Network Audio System C Language Interface
47
48
49
50soundlib 1.9.1 AuSoundCreateFileFromBucket(3)