Name
AuCloseServer - disconnect from audio serverSynopsis
#include <audio/audiolib.h>AuServer *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.See Also
AuOpenServer, AuFlush. AuGetCloseDownMode.1.9.4 | audiolib - housekeeping |