|
NameAuSoundPlaySynchronousFromFile - play a file.Synopsis#include <audio/audiolib.h>#include <audio/soundlib.h> AuBool AuSoundPlaySynchronousFromFile(server, filename, volume) AuServer *server; char *filename; int volume; Arguments
DescriptionAuSoundPlaySynchronousFromFile plays filename and returns AuTrue when done or AuFalse if there was an error.See AlsoAuSoundPlay, AuSoundPlayFromBucket, AuSoundPlayFromData, AuSoundPlayFromFile.audiolib - Network Audio System C Language Interface
Visit the GSP FreeBSD Man Page Interface. |