1AuGrabNotifyEvent(3)       Library Functions Manual       AuGrabNotifyEvent(3)
2
3
4

Name

6       AuGrabNotifyEvent - grab notify event structure
7

Structures

9       #include <audio/audiolib.h>
10
11       typedef union _AuEvent
12       {
13           . . .
14           AuGrabNotifyEvent augrabnotify;
15           . . .
16       }AuEvent;
17
18       typedef struct _AuGrabNotifyEvent
19       {
20           int type;
21           AuUint32 serial;
22           AuBool send_event;
23           AuServer *server;
24           AuTime time;
25           AuID id;
26           unsigned char kind;
27           unsigned char pad1;
28           unsigned short pad2;
29           AuID client;
30       }AuGrabNotifyEvent;
31

Members

33       type      The  event type.  GrabNotify events are type AuEventTypeGrab‐
34                 Notify.
35
36       serial    The serial ID of the event expanded from  the  16  bit  value
37                 sent by the server.
38
39       send_event
40                 AuTrue if the event came from a SendEvent protocol request.
41
42       server    The  connection  to  the audio server that the event was read
43                 from.
44
45       time      The server time in milliseconds when the event was generated.
46
47       id        The ID of the component grabbed.
48
49       kind      Either AuGrabNotifyKindRequested or AuGrabNotifyKindReleased.
50
51       pad1
52
53       pad2
54
55       client    The client making the grab.
56

Description

58       GrabNotify events are sent to client applications to notify them that a
59       component has been grabbed or released.
60

Notes

62       Not implemented.  So this is all just speculation.
63

See Also

65       AuAnyEvent, AuElementNotifyEvent, AuErrorEvent, AuMonitorNotifyEvent.
66
67       audiolib - Network Audio System C Language Interface
68
69
70
71audiolib - events                    1.9.4                AuGrabNotifyEvent(3)
Impressum