1AuFreeBucketAttributes(3) Library Functions Manual AuFreeBucketAttributes(3)
2
3
4
6 AuFreeBucketAttributes - free memory used by lists of bucket attributes
7
9 #include <audio/audiolib.h>
10
11 void AuFreeBucketAttributes(server, nattributes, attributes)
12 AuServer *server;
13 int nattributes;
14 AuBucketAttributes *attributes;
15
17 server Specifies the connection to the audio server.
18
19 nattributes
20 Specifies the number of bucket attributes to free.
21
22 attributes
23 Specifies a single bucket attribute structure returned by
24 AuGetBucketAttributes or a list of bucket attributes returned
25 by AuListBuckets.
26
28 AuFreeBucketAttributes frees the memory allocated by AuGetBucketAtā
29 tributes or AuListBuckets.
30
31 audiolib - Network Audio System C Language Interface
32
33
34
35audiolib - bucket attributes 1.9.5 AuFreeBucketAttributes(3)