AuSetBucketAttributes(3) | Library Functions Manual | AuSetBucketAttributes(3) |
AuSetBucketAttributes - set bucket attributes
#include <audio/audiolib.h>
void AuSetBucketAttributes(server, bucket,
valuemask, attributes, status)
AuServer *server;
AuBucketID bucket;
AuMask valuemask;
AuBucketAttributes *attributes;
AuStatus *status; /* RETURN */
AuSetBucketAttributes sets the attributes of bucket using only those values in attributes specified by valuemask.
This is not implemented in the server. Expect an AuBadImplementation error if used in a client application.
AuBadImplementation.
AuGetBucketAttributes.
audiolib - Network Audio System C Language Interface
1.9.4 | audiolib - bucket attributes |