AuMonitorNotifyEvent(3) | Library Functions Manual | AuMonitorNotifyEvent(3) |
AuMonitorNotifyEvent - monitor notify event structure
#include <audio/audiolib.h>
typedef union _AuEvent
{
. . .
AuMonitorNotifyEvent aumonitornotify;
. . .
}AuEvent;
typedef struct _AuMonitorNotifyEvent
{
int type;
AuUint32 serial;
AuBool send_event;
AuServer *server;
AuTime time;
AuFlowID flow;
unsigned char element_num;
unsigned char format;
unsigned char num_tracks;
unsigned short count;
unsigned short num_fields;
AuUint32 data;
AuUint32 data1;
AuUint32 data2;
}AuMonitorNotifyEvent;
MonitorNotify events will be sent to clients with flows containing ExportMonitor elements.
AuAnyEvent, AuElementNotifyEvent, AuErrorEvent, AuGrabNotifyEvent.
audiolib - Network Audio System C Language Interface
1.9.4 | audiolib - events |