audestroybucket(3) debian man page | unix.com

Man Page: audestroybucket

Operating Environment: debian

Section: 3

AuDestroyBucket(3)					     Library Functions Manual						AuDestroyBucket(3)

Name
       AuDestroyBucket - destroy bucket

Synopsis
       #include <audio/audiolib.h>

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

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.

See Also
       AuCreateBucket.

       audiolib - Network Audio System C Language Interface

audiolib - bucket existence					       1.9.3							AuDestroyBucket(3)
Related Man Pages
auelement(3) - debian
aulistbuckets(3) - debian
aumakeelementimportbucket(3) - debian
ausoundplayfromfile(3) - debian
ausoundrecordtobucket(3) - debian
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?