|
NameAuSoundCreateBucketFromFile - create a bucket and initialize its contents. Synopsis#include <audio/audiolib.h>
AuBucketID
AuSoundCreateBucketFromFile(server, filename,
access, attributes, status)
Arguments
DescriptionAuSoundCreateBucketFromFile creates a bucket, initializing the contents with the audio data from filename, and returns the bucket ID or AuNone if there was error. ErrorsAuBadValue, AuBadLength, AuBadAlloc. See AlsoAuSoundCreateBucketFromData. audiolib - Network Audio System C Language Interface
|