1AuSoundCreateFileFromBucket(L3i)brary Functions ManuAaulSoundCreateFileFromBucket(3)
2
3
4

Name

6       AuSoundCreateFileFromBucket - copy the data from a bucket into a file.
7

Synopsis

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

Arguments

21       server    Specifies the connection to the audio server.
22
23       filename  Specifies the name of the file to use.
24
25       file format
26                 Specifies the format of the file.  Currently,  the  following
27                 file formats are supported: SoundFileFormatSnd, SoundFileFor‐
28                 matVoc, SoundFileFormatWave, SoundFileFormatAiff,  SoundFile‐
29                 FormatSvx.
30
31       bucket    Specifies the bucket to get the audio data from.
32
33       status    If  non-NULL,  flush  the output buffer and return the status
34                 from the server.
35

Description

37       AuSoundCreateFileFromBucket creates a file using the  audio  data  from
38       bucket and returns AuTrue if successfull or AuFalse if there was an er‐
39       ror.
40

Errors

42       AuBadBucket.
43

See Also

45       AuSoundCreateDataFromBucket.
46
47       audiolib - Network Audio System C Language Interface
48
49
50
51soundlib                             1.9.5      AuSoundCreateFileFromBucket(3)
Impressum