1AuSoundPlaySynchronousFromFiLlieb(r3a)ry Functions MAaunSuoaulndPlaySynchronousFromFile(3)
2
3
4

Name

6       AuSoundPlaySynchronousFromFile - play a file.
7

Synopsis

9       #include <audio/audiolib.h>
10       #include <audio/soundlib.h>
11
12       AuBool AuSoundPlaySynchronousFromFile(server, filename, volume)
13           AuServer *server;
14           char *filename;
15           int volume;
16

Arguments

18       server    Specifies the connection to the audio server.
19
20       filename  Specifies the name of the audio data file.
21
22       volume    Specifies the volume level.
23

Description

25       AuSoundPlaySynchronousFromFile  plays  filename and returns AuTrue when
26       done or AuFalse if there was an error.
27

See Also

29       AuSoundPlay,   AuSoundPlayFromBucket,   AuSoundPlayFromData,   AuSoundā€
30       PlayFromFile.
31
32       audiolib - Network Audio System C Language Interface
33
34
35
36soundlib                             1.9.4   AuSoundPlaySynchronousFromFile(3)
Impressum