AuSync(3) | Library Functions Manual | AuSync(3) |
AuSync - flush the output buffer and wait for all events and errors to be processed by the server
#include <audio/audiolib.h>
void AuSync(server, discard)
AuServer *server;
AuBool discard;
AySync flushes the output buffer, then waits until all pending requests have been received and processed by the server. If discard is AuTrue, all events on the input queue are discarded.
AuFlush.
audiolib - Network Audio System C Language Interface
1.9.4 | audiolib - output buffer |