~ubuntu-branches/debian/squeeze/nas/squeeze

« back to all changes in this revision

Viewing changes to doc/html/man3/AuGrNEvt.html

  • Committer: Bazaar Package Importer
  • Author(s): Steve McIntyre
  • Date: 2008-10-08 01:18:19 UTC
  • mfrom: (4.1.7 intrepid)
  • Revision ID: james.westby@ubuntu.com-20081008011819-wmr4h2w0298k8t7z
Tags: 1.9.1-5
* Fix pending l10n issues. Debconf translations:
* Swedish. Closes: #491766 (thanks to brother@bsnet.se)
* Arabic. Closes: #500437 (thanks to Ossama Khayat)
* Basque. Closes: #500533 (thanks to Piarres Beobide)
* Brazilian Portuguese. Closes: #500973 (thanks to Felipe
  Augusto van de Wiel)
* Many thanks again to Christian Perrier for his i18n efforts,
  co-ordinating the above.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!-- manual page source format generated by PolyglotMan v3.0.7, -->
2
 
<!-- available via anonymous ftp from ftp.cs.berkeley.edu:/ucb/people/phelps/tcltk/rman.tar.Z -->
3
 
 
4
 
<HTML>
5
 
<HEAD>
6
 
<TITLE>man page(1)</TITLE>
7
 
</HEAD>
8
 
<BODY bgcolor=white>
9
 
<A HREF="#toc">Table of Contents</A><P>
10
 
 
11
 
<H2><A NAME="sect0" HREF="#toc0">Name</A></H2>
12
 
 
13
 
<P>
14
 
<B>AuGrabNotifyEvent</B> - grab notify event structure
15
 
 
16
 
<H2><A NAME="sect1" HREF="#toc1"><B>Structures</B></A></H2>
17
 
 
18
 
<P>
19
 
#include &lt;audio/audiolib.h&gt;
20
 
<P>
21
 
typedef union _AuEvent<BR>
22
 
 
23
 
{<BR>
24
 
 
25
 
. . .<BR>
26
 
 
27
 
<B>AuGrabNotifyEvent</B> <I>augrabnotify</I>;<BR>
28
 
 
29
 
. . .<BR>
30
 
 
31
 
}<B>AuEvent</B>;
32
 
<P>
33
 
typedef struct _AuGrabNotifyEvent<BR>
34
 
 
35
 
{<BR>
36
 
 
37
 
int <I>type</I>;<BR>
38
 
 
39
 
<B>AuUint32</B> <I>serial</I>;<BR>
40
 
 
41
 
<B>AuBool</B> <I>send</I><B>_</B><I>event</I>;<BR>
42
 
 
43
 
<B>AuServer</B> *<I>server</I>;<BR>
44
 
 
45
 
<B>AuTime</B> <I>time</I>;<BR>
46
 
 
47
 
<B>AuID</B> <I>id</I>;<BR>
48
 
 
49
 
unsigned char <I>kind</I>;<BR>
50
 
 
51
 
unsigned char <I>pad1</I>;<BR>
52
 
 
53
 
unsigned short <I>pad2</I>;<BR>
54
 
 
55
 
<B>AuID</B> <I>client</I>;<BR>
56
 
 
57
 
}<B>AuGrabNotifyEvent</B>;
58
 
 
59
 
<H2><A NAME="sect2" HREF="#toc2"><B>Members</B></A></H2>
60
 
 
61
 
 
62
 
<DL>
63
 
 
64
 
<DT><I>type</I> </DT></DT>
65
 
<DD>     The event type. GrabNotify events are type
66
 
<B>AuEventTypeGrabNotify</B>.
67
 
</DD>
68
 
 
69
 
<DT><I>serial</I> </DT></DT>
70
 
<DD>   The serial ID of the event expanded from the 16
71
 
bit value sent by the server.
72
 
</DD>
73
 
</DL>
74
 
<P>
75
 
<I>send</I><B>_</B><I>event</I><BR>
76
 
 
77
 
<B>AuTrue</B> if the event came from a <B>SendEvent</B> protocol
78
 
request.
79
 
 
80
 
<DL>
81
 
 
82
 
<DT><I>server</I> </DT></DT>
83
 
<DD>   The connection to the audio server that the
84
 
event was read from.
85
 
</DD>
86
 
 
87
 
<DT><I>time</I> </DT></DT>
88
 
<DD>     The server time in milliseconds when the event
89
 
was generated.
90
 
</DD>
91
 
 
92
 
<DT><I>id</I> </DT></DT>
93
 
<DD>       The ID of the component grabbed.
94
 
</DD>
95
 
 
96
 
<DT><I>kind</I> </DT></DT>
97
 
<DD>     Either <B>AuGrabNotifyKindRequested</B> or <B>AuGrabNotifyKindReleased</B>.
98
 
</DD>
99
 
</DL>
100
 
<P>
101
 
<I>pad1</I>
102
 
<P>
103
 
<I>pad2</I>
104
 
 
105
 
<DL>
106
 
 
107
 
<DT><I>client</I> </DT></DT>
108
 
<DD>   The client making the grab.
109
 
</DD>
110
 
</DL>
111
 
 
112
 
<H2><A NAME="sect3" HREF="#toc3"><B>Description</B></A></H2>
113
 
 
114
 
<P>
115
 
GrabNotify events are sent to client applications to
116
 
notify them that a component has been grabbed or released.
117
 
 
118
 
<H2><A NAME="sect4" HREF="#toc4"><B>Notes</B></A></H2>
119
 
 
120
 
<P>
121
 
<B>Not</B> <B>implemented</B>. So this is all just speculation.
122
 
 
123
 
<H2><A NAME="sect5" HREF="#toc5"><B>See</B> <B>Also</B></A></H2>
124
 
 
125
 
<P>
126
 
<B>AuAnyEvent</B>, <B>AuElementNotifyEvent</B>, <B>AuErrorEvent</B>, <B>AuMonitorNotifyEvent</B>.
127
 
<P>
128
 
audiolib - <B>Network</B> <B>Audio</B> <B>System</B> C Language Interface
129
 
<P>
130
 
 
131
 
<HR><P>
132
 
<A NAME="toc"><B>Table of Contents</B></A><P>
133
 
<UL>
134
 
<LI><A NAME="toc0" HREF="#sect0">Name</A></LI>
135
 
<LI><A NAME="toc1" HREF="#sect1">Structures</A></LI>
136
 
<LI><A NAME="toc2" HREF="#sect2">Members</A></LI>
137
 
<LI><A NAME="toc3" HREF="#sect3">Description</A></LI>
138
 
<LI><A NAME="toc4" HREF="#sect4">Notes</A></LI>
139
 
<LI><A NAME="toc5" HREF="#sect5">See Also</A></LI>
140
 
</UL>
141
 
</BODY></HTML>