AuEvent(3) | 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;
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 |