logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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