AuGrabNotifyEvent
grab notify event structure
- Provided by: libaudio-dev (Version: 1.9.4-6build1)
- Source: nas
- Report a bug
grab notify event structure
#include <audio/audiolib.h>
typedef union _AuEvent
{
. . .
AuGrabNotifyEvent augrabnotify;
. . .
}AuEvent;
typedef struct _AuGrabNotifyEvent
{
int type;
AuUint32 serial;
AuBool send_event;
AuServer *server;
AuTime time;
AuID id;
unsigned char kind;
unsigned char pad1;
unsigned short pad2;
AuID client;
}AuGrabNotifyEvent;
GrabNotify events are sent to client applications to notify them that a component has been grabbed or released.
Not implemented. So this is all just speculation.
AuAnyEvent, AuElementNotifyEvent, AuErrorEvent, AuMonitorNotifyEvent.
audiolib - Network Audio System C Language Interface