Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

AuServerName - get name of the server to use.

Arguments

string    Specifies the default name.

Description

AuServerName  returns the name of the server to use or an empty string if it can not determine the proper
       value.  If string isn't NULL or a pointer to NUL, AuServerName returns  string,  otherwise,  AuServerName
       looks in the enviroment for AUDIOSERVER or if thats not set, DISPLAY.

Name

AuServerName - get name of the server to use.

See Also

AuGetErrorDatabaseText, AuGetErrorText, AuSetErrorHandler, AuSetIOErrorHandler, AuSynchronize.

       audiolib - NetworkAudioSystem C Language Interface

audiolib - housekeeping                               1.9.4                                      AuServerName(3)

Synopsis

       #include <audio/audiolib.h>

       char *AuServerName(string)
           char *string;

See Also