Name
AuEventsQueued - check the event queueSynopsis
#include <audio/audiolib.h>AuServer *server;
int mode;
Arguments
- server
- Specifies the connection to the audio server.
- mode
- Specifies how the output buffer is handled when checking the queue. This should be one of these constants: AuEventsQueuedAlready, AuEventsQueuedAfterReading, or AuEventsQueuedAfterFlush.
Description
Not implemented.See Also
AuScanEvents, AuScanForTypedEvents, AuNextEvent.1.9.4 | audiolib - event handling |