1AuDestroyBucket(3) Library Functions Manual AuDestroyBucket(3)
2
3
4
6 AuDestroyBucket - destroy bucket
7
9 #include <audio/audiolib.h>
10
11 void AuDestroyBucket(server, bucket, status)
12 AuServer *server;
13 AuBucketID bucket;
14 AuStatus *status; /* RETURN */
15
17 server Specifies the connection to the audio server.
18
19 bucket Specifies the ID of the bucket to be destroyed.
20
21 status If non-NULL, flush the output buffer and return the status
22 from the server.
23
25 AuDestroyBucket destroys the specified bucket, releasing the resources
26 used by the bucket. If the bucket is currently in use, the resources
27 will not be released until the bucket is nolonger in use.
28
30 AuBadBucket, AuBadAccess.
31
33 AuCreateBucket.
34
35 audiolib - Network Audio System C Language Interface
36
37
38
39audiolib - bucket existence 1.9.4 AuDestroyBucket(3)