1AuSync(3)                  Library Functions Manual                  AuSync(3)
2
3
4

Name

6       AuSync  - flush the output buffer and wait for all events and errors to
7       be processed by the server
8

Synopsis

10       #include <audio/audiolib.h>
11
12       void AuSync(server, discard)
13           AuServer *server;
14           AuBool discard;
15

Arguments

17       server    Specifies the connection to the audio server.
18
19       discard   Specifies if events in the input queue are discarded.
20

Description

22       AySync flushes the output buffer, then waits until all pending requests
23       have  been received and processed by the server.  If discard is AuTrue,
24       all events on the input queue are discarded.
25

See Also

27       AuFlush.
28
29       audiolib - Network Audio System C Language Interface
30
31
32
33audiolib - output buffer             1.9.4                           AuSync(3)
Impressum