debian man page for auanyevent

Query: auanyevent

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

AuAnyEvent(3)						     Library Functions Manual						     AuAnyEvent(3)

Name
       AuAnyEvent - any event structure

Structures
       #include <audio/audiolib.h>

       typedef union _AuEvent
       {
	   . . .
	   AuAnyEvent auany;
	   . . .
       }AuEvent;

       typedef struct _AuAnyEvent
       {
	   int type;
	   AuUint32 serial;
	   AuBool send_event;
	   AuServer *server;
	   AuTime time;
	   AuID id;
       }AuAnyEvent;

Members
       type	 The  event  type.   The  currently  defined event types are AuEventTypeElementNotify, AuEventTypeGrabNotify, and AuEventTypeMoni-
		 torNotify.

       serial	 The serial ID of the event expanded from the 16 bit value sent by the server.

       send_event
		 AuTrue if the event came from a SendEvent protocol request.

       server	 The connection to the audio server that the event was read from.

       time	 The server time in milliseconds when the event was generated.

       id	 The ID of the source of the event.

Description
       AuAnyEvent is a generic event structure containing members common to all event types.

See Also
       AuElementNotifyEvent, AuMonitorNotifyEvent, AuGrabNotifyEvent, AuErrorEvent.

       audiolib - Network Audio System C Language Interface

audiolib - events						       1.9.3							     AuAnyEvent(3)
Related Man Pages
auscanfortypedevent(3) - debian
xdestroywindowevent(3) - centos
xunmapevent(3) - centos
xdestroywindowevent(3) - linux
xdestroywindowevent(3) - netbsd
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
Find columns in a file based on header and print to new file
My first PERL incarnation... Audio Oscillograph