1AuGetBucketAttributes(3) Library Functions Manual AuGetBucketAttributes(3)
2
3
4
6 AuGetBucketAttributes - get bucket attributes
7
9 #include <audio/audiolib.h>
10
11 AuBucketAttributes *AuGetBucketAttributes(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.
20
21 status If non-NULL, flush the output buffer and return the status
22 from the server.
23
25 AuGetBucketAttributes returns the current attributes for the specified
26 bucket, or NULL if there was an error. Use AuFreeBucketAttributes to
27 free this structure when no longer needed.
28
30 AuBadBucket.
31
33 AuSetBucketAttributes, AuListBuckets.
34
35 audiolib - Network Audio System C Language Interface
36
37
38
39audiolib - bucket attributes 1.9.1 AuGetBucketAttributes(3)