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

muroar_quit - Disconnect from RoarAudio sound server

Description

       This  function  disconnects  a  control  connection  from the sound server in a clean way.  The socket is
       closed by this function. No additional close(2) is needed.

       Open data connections (streams) which are created by muroar_stream(3)  must  not  be  closed  using  this
       function. They must be closed using muroar_close(3).

History

       This function first appeared in muRoar version 0.1rc0.

Name

       muroar_quit - Disconnect from RoarAudio sound server

Return Value

       On success this call return 0. On error, -1 is returned.

See Also

muroar_connect(3), muroar_close(3), RoarAudio(7).

muRoar                                             April 2012                                     muroar_quit(3)

Synopsis

       #include <muroar.h>

       int muroar_quit   (muroar_t fh);

See Also