Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
AuCloseServer(3)	   Library Functions Manual	      AuCloseServer(3)

Name
       AuCloseServer - disconnect from audio server

Synopsis
       #include	<audio/audiolib.h>

       void AuCloseServer(server)
	   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  associ-
       ated with the client will be released.  If the client's close-down-mode
       is  AuCloseDownRetainTemporary  or  AuCloseDownRetainPermanent, the re-
       sources associated with the client are retained until the server	is re-
       set or AuKillClient is called.

See Also
       AuOpenServer, AuFlush.  AuGetCloseDownMode.

       audiolib	- Network Audio	System C Language Interface

audiolib - housekeeping		     1.9.4		      AuCloseServer(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=AuCloseServer&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help