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;
send_event
AuTrue if the event came from a SendEvent protocol
request.
element_num
The index of the ExportMonitor element that
gnerated this event.
num_tracks
The number of tracks in the monitor data. Taken
from the ExportMonitor element.
num_fields
Always 2.
MonitorNotify events will be sent to clients with flows containing ExportMonitor elements.
AuAnyEvent, AuElementNotifyEvent, AuErrorEvent, AuGrabNotifyEvent.
audiolib - Network Audio System C Language Interface