Query: muroar_quit
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
muroar_quit(3) muRoar Programmer's Manual muroar_quit(3)NAMEmuroar_quit - Disconnect from RoarAudio sound serverSYNOPSIS#include <muroar.h> int muroar_quit (muroar_t fh);DESCRIPTIONThis 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).RETURN VALUEOn success this call return 0. On error, -1 is returned.HISTORYThis function first appeared in muRoar version 0.1rc0.SEE ALSOmuroar_connect(3), muroar_close(3), RoarAudio(7). muRoar April 2012 muroar_quit(3)