1AuSoundCreateDataFromBucket(L3i)brary Functions ManuAaulSoundCreateDataFromBucket(3)
2
3
4

Name

6       AuSoundCreateDataFromBucket  -  copy  the data from a bucket into local
7       memory.
8

Synopsis

10       #include <audio/audiolib.h>
11       #include <audio/soundlib.h>
12
13       AuPointer AuSoundCreateDataFromBucket(server, bucket, sound, status)
14           AuServer *server;
15           AuBucketID bucket;
16           Sound *sound; /* RETURN */
17           AuStatus *status; /* RETURN */
18

Arguments

20       server    Specifies the connection to the audio server.
21
22       bucket    Specifies the bucket to get the data from.
23
24       sound     Returns the description of the audio data.
25
26       status    If non-NULL, flush the output buffer and  return  the  status
27                 from the server.
28

Description

30       AuSoundCreateDataFromBucket  reads  the  audio  data  from  bucket  and
31       returns a pointer to data or NULL if there was an error.
32

Errors

34       AuBadBucket.
35

See Also

37       AuSoundCreateFileFromBucket.
38
39       audiolib - Network Audio System C Language Interface
40
41
42
43soundlib                             1.9.4      AuSoundCreateDataFromBucket(3)
Impressum