Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

AuEventsQueued - check the event queue

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

Notimplemented.

Name

AuEventsQueued - check the event queue

See Also

AuScanEvents, AuScanForTypedEvents, AuNextEvent.

       audiolib - NetworkAudioSystem C Language Interface

audiolib - event handling                             1.9.4                                    AuEventsQueued(3)

Synopsis

       #include <audio/audiolib.h>

       int AuEventsQueued(server, mode)
            AuServer *server;
            int mode;

See Also