Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
AuLookupEventHandler(3)     Library Functions Manual	 AuLookupEventHandler(3)

Name
     AuLookupEventHandler - find the next handler for an event.

Synopsis
     #include <audio/audiolib.h>

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

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 start-
     ing with startwith, and returns the next event handler  or  NULL  if  there
     isnt one.

See Also
     AuDispatchEvent, AuRegisterEventHandler, AuUnregisterEventHandler.

     audiolib - Network Audio System C Language Interface

audioutil			      1.9.4		 AuLookupEventHandler(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=AuLookupEventHandler&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help