logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

AuDestroyBucket - destroy bucket

Arguments

server    Specifies the connection to the audio server.

       bucket    Specifies the ID of the bucket to be destroyed.

       status    If non-NULL, flush the output buffer and return the status from the server.

Description

AuDestroyBucket destroys the specified bucket, releasing the resources used by the bucket.  If the bucket
       is currently in use, the resources will not be released until the bucket is nolonger in use.

Errors

AuBadBucket, AuBadAccess.

Name

AuDestroyBucket - destroy bucket

See Also

AuCreateBucket.

       audiolib - NetworkAudioSystem C Language Interface

audiolib - bucket existence                           1.9.4                                   AuDestroyBucket(3)

Synopsis

       #include <audio/audiolib.h>

       void AuDestroyBucket(server, bucket, status)
           AuServer *server;
           AuBucketIDbucket;
           AuStatus *status; /* RETURN */

See Also