1AuCloseServer(3) Library Functions Manual AuCloseServer(3)
2
3
4
6 AuCloseServer - disconnect from audio server
7
9 #include <audio/audiolib.h>
10
11 void AuCloseServer(server)
12 AuServer *server;
13
15 server Specifies the connection to the audio server.
16
18 AuCloseServer closes the connection to the audio server. If the
19 client's close-down-mode is AuCloseDownDestroy, all resources associā
20 ated with the client will be released. If the client's close-down-mode
21 is AuCloseDownRetainTemporary or AuCloseDownRetainPermanent, the
22 resources associated with the client are retained until the server is
23 reset or AuKillClient is called.
24
26 AuOpenServer, AuFlush. AuGetCloseDownMode.
27
28 audiolib - Network Audio System C Language Interface
29
30
31
32audiolib - housekeeping 1.9.4 AuCloseServer(3)