GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
AuEvent(3) FreeBSD Library Functions Manual AuEvent(3)

AuEvent - event union

#include <audio/audiolib.h>

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

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.

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

audiolib - Network Audio System C Language Interface
1.9.4 audiolib - events

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.