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

AuDispatchEvent - send event to the event handlers.

Arguments

server    Specifies the connection to the audio server.

       event     Specifies the event to be dispatched.

Description

AuDispatchEvent  sends  event  to  the  registered  event handlers and returns AuTrue if any of the event
       handlers returned AuTrue.

Name

AuDispatchEvent - send event to the event handlers.

See Also

AuRegisterEventHandler.

       audiolib - NetworkAudioSystem C Language Interface

audioutil                                             1.9.4                                   AuDispatchEvent(3)

Synopsis

       #include <audio/audiolib.h>

       AuBoolAuDispatchEvent(server, event)
           AuServer *server;
           AuEvent *event;

See Also