logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git 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