AuSoundPlaySynchronousFromFile (3)
Leading comments
$NCDId: @(#)AuSPSFF.man,v 1.2 1995/05/23 23:53:03 greg Exp $ copyright 1994 Steven King portions are * Copyright 1993 Network Computing Devices, Inc. * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that * the above copyright notice appear in all copies and that both that * copyright notice and this permission notice appear in supporting * documentation, and that the name Network Computing ...
Name
AuSoundPlaySynchronousFromFile - play a file.Synopsis
#include <audio/audiolib.h>#include <audio/soundlib.h>
AuBool AuSoundPlaySynchronousFromFile(server, filename, volume)
AuServer *server;
char *filename;
int volume;
Arguments
- server
- Specifies the connection to the audio server.
- filename
- Specifies the name of the audio data file.
- volume
- Specifies the volume level.
Description
AuSoundPlaySynchronousFromFile plays filename and returns AuTrue when done or AuFalse if there was an error.See Also
AuSoundPlay, AuSoundPlayFromBucket, AuSoundPlayFromData, AuSoundPlayFromFile.audiolib - Network Audio System C Language Interface