AuListBuckets(3) | Library Functions Manual | AuListBuckets(3) |
AuListBuckets - list buckets
#include <audio/audiolib.h>
AuBucketAttributes *AuListBuckets(server,
valuemask, attributes, nbuckets, status)
AuServer *server;
AuMask valuemask;
AuBucketAttributes *attributes;
int *nbuckets; /* RETURN */
AuStatus *status; /* RETURN */
AuListBuckets returns a list of buckets whose attributes match those values in attributes specified by valuemask, or NULL, with nbuckets set to 0, if there was an error. Use AuFreeBucketAttributes to free the list when its nolonger needed.
AuBadLength.
AuGetBucketAttributes.
audiolib - Network Audio System C Language Interface
1.9.4 | audiolib - bucket attributes |