1AuNextEvent(3) Library Functions Manual AuNextEvent(3)
2
3
4
6 AuNextEvent - return the next event
7
9 #include <audio/audiolib.h>
10
11 void AuNextEvent(server, dequeue, event)
12 AuServer *server;
13 AuBool dequeue;
14 AuEvent *event; /* RETURN */
15
17 server Specifies the connection to the audio server.
18
19 dequeue Specifies if the event should be removed from the queue.
20
21 event Returns the event.
22
24 AuNextEvent copies the next availible event into event. If dequeue is
25 AuTrue the event is removed from the queue. If the event queue is
26 empty, AuNextEvent flushes the output queue and blocks until one
27 arrives.
28
30 AuEventsQueued, AuScanEvents, AuScanForTypedEvent.
31
32 audiolib - Network Audio System C Language Interface
33
34
35
36audiolib - event handling 1.9.4 AuNextEvent(3)