1AuFlush(3) Library Functions Manual AuFlush(3)
23
4
Name
6AuFlush - flush output buffer
7
Synopsis
9#include <audio/audiolib.h>
1011
void AuFlush(server)
12AuServer *server;
13
Arguments
15server Specifies the connection to the audio server.
16
Description
18AuFlush flushes the output buffer. Not necessary when calling any of
19the audiolib routines.
20
See Also
22AuNextEvent.
2324
audiolib - Network Audio System C Language Interface
2526
27
28
audiolib - output buffer handling 1.9.1 AuFlush(3)