debian man page for auevent

Query: auevent

OS: debian

Section: 3

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

AuEvent(3)						     Library Functions Manual							AuEvent(3)

Name
       AuEvent - event union

Structures
       #include <audio/audiolib.h>

       typedef union _AuEvent
       {
	   int type;
	   AuAnyEvent auany;
	   AuElementNotifyEvent auelementnotify;
	   AuMonitorNotifyEvent aumonitornotify;
	   AuGrabNotifyEvent augrabnotify;
	   AuErrorEvent auerror;
       }AuEvent;

Members
       type	 Specifies  the event type.  Currently, the following event types are defined: AuEventTypeElementNotify, AuEventTypeGrabNotify, or
		 AuEventTypeMonitorNotify.

       auany	 Specifies a generic event structure containing members common to all event types.

       auelementnotify
		 Sent to client applications to notify them of a watermark condition or a state change.

       aumonitornotify
		 Sent to client applications to notify them of monitor data.

       augrabnotify
		 Not Implemented.

       auerror	 Sent to client applications to notify them of non-fatal errors encountered while processing requests.

Description
       Events are the principal mechanism for the server to communicate with a client application.

See Also
       audiolib - Network Audio System C Language Interface

audiolib - events						       1.9.3								AuEvent(3)
Related Man Pages
augrabnotifyevent(3) - debian
auscanfortypedevent(3) - debian
ausetbucketattributes(3) - debian
ausoundrecordtodata(3) - debian
ausoundrecordtofilen(3) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Is UNIX an open source OS ?
Introduction
Find columns in a file based on header and print to new file