|
NameAuSoundCreateBucketFromFile - create a bucket and initialize its contents.Synopsis#include <audio/audiolib.h>#include <audio/soundlib.h> AuBucketID AuSoundCreateBucketFromFile(server, filename, access, attributes, status) AuServer *server; char *filename; AuUint32 access; AuBucketAttributes **attributes; /* RETURN */ AuStatus *status; /* RETURN */ 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
Visit the GSP FreeBSD Man Page Interface. |