logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

AuCloseServer - disconnect from audio server

Arguments

server    Specifies the connection to the audio server.

Description

AuCloseServer   closes  the  connection  to  the  audio  server.   If  the  client's  close-down-mode  is
       AuCloseDownDestroy, all resources associated with the client will be released.  If  the  client's  close-
       down-mode  is AuCloseDownRetainTemporary or AuCloseDownRetainPermanent, the resources associated with the
       client are retained until the server is reset or AuKillClient is called.

Name

AuCloseServer - disconnect from audio server

See Also

AuOpenServer, AuFlush.  AuGetCloseDownMode.

       audiolib - NetworkAudioSystem C Language Interface

audiolib - housekeeping                               1.9.4                                     AuCloseServer(3)

Synopsis

       #include <audio/audiolib.h>

       void AuCloseServer(server)
           AuServer *server;

See Also