1AuServerName(3) Library Functions Manual AuServerName(3)
2
3
4
6 AuServerName - get name of the server to use.
7
9 #include <audio/audiolib.h>
10
11 char *AuServerName(string)
12 char *string;
13
15 string Specifies the default name.
16
18 AuServerName returns the name of the server to use or an empty string
19 if it can not determine the proper value. If string isn't NULL or a
20 pointer to NUL, AuServerName returns string, otherwise, AuServerName
21 looks in the enviroment for AUDIOSERVER or if thats not set, DISPLAY.
22
24 AuGetErrorDatabaseText, AuGetErrorText, AuSetErrorHandler, AuSetIOEr‐
25 rorHandler, AuSynchronize.
26
27 audiolib - Network Audio System C Language Interface
28
29
30
31audiolib - housekeeping 1.9.2 AuServerName(3)