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

AuLookupEventHandler - find the next handler for an event.

Arguments

server    Specifies the connection to the audio server.

       event     Specifies the event to find a handler for.

       startwith Specifies the starting position.

Description

AuLookupEventHandler  searches the list of registered event handlers starting with startwith, and returns
       the next event handler or NULL if there isnt one.

Name

AuLookupEventHandler - find the next handler for an event.

See Also

AuDispatchEvent, AuRegisterEventHandler, AuUnregisterEventHandler.

       audiolib - NetworkAudioSystem C Language Interface

audioutil                                             1.9.4                              AuLookupEventHandler(3)

Synopsis

       #include <audio/audiolib.h>

       AuEventHandlerRec *AuLookupEventHandler(server, event, start)
           AuServer *server;
           AuEvent *event;
           AuEventHandlerRec *start;

See Also