AuSetBucketAttributes
set bucket attributes
- Provided by: libaudio-dev (Version: 1.9.4-4)
- Source: nas
- Report a bug
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