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

« back to all changes in this revision

Viewing changes to doc/html/man3/AuMNtEvt.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>AuMonitorNotifyEvent</B> - monitor 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>AuMonitorNotifyEvent</B> <I>aumonitornotify</I>;<BR>
28
 
 
29
 
. . .<BR>
30
 
 
31
 
}<B>AuEvent</B>;
32
 
<P>
33
 
typedef struct _AuMonitorNotifyEvent<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>AuFlowID</B> <I>flow</I>;<BR>
48
 
 
49
 
unsigned char <I>element</I><B>_</B><I>num</I>;<BR>
50
 
 
51
 
unsigned char <I>format</I>;<BR>
52
 
 
53
 
unsigned char <I>num</I><B>_</B><I>tracks</I>;<BR>
54
 
 
55
 
unsigned short <I>count</I>;<BR>
56
 
 
57
 
unsigned short <I>num</I><B>_</B><I>fields</I>;<BR>
58
 
 
59
 
<B>AuUint32</B> <I>data</I>;<BR>
60
 
 
61
 
<B>AuUint32</B> <I>data1</I>;<BR>
62
 
 
63
 
<B>AuUint32</B> <I>data2</I>;<BR>
64
 
 
65
 
}<B>AuMonitorNotifyEvent</B>;
66
 
 
67
 
<H2><A NAME="sect2" HREF="#toc2"><B>Members</B></A></H2>
68
 
 
69
 
 
70
 
<DL>
71
 
 
72
 
<DT><I>type</I> </DT></DT>
73
 
<DD>     The event type. MonitorNotify events are type
74
 
<B>AuEventTypeMonitorNotify</B>.
75
 
</DD>
76
 
 
77
 
<DT><I>serial</I> </DT></DT>
78
 
<DD>   The serial ID of the event expanded from the 16
79
 
bit value sent by the server.
80
 
</DD>
81
 
</DL>
82
 
<P>
83
 
<I>send</I><B>_</B><I>event</I><BR>
84
 
 
85
 
<B>AuTrue</B> if the event came from a <B>SendEvent</B> protocol
86
 
request.
87
 
 
88
 
<DL>
89
 
 
90
 
<DT><I>server</I> </DT></DT>
91
 
<DD>   The connection to the audio server that the
92
 
event was read from.
93
 
</DD>
94
 
 
95
 
<DT><I>time</I> </DT></DT>
96
 
<DD>     The server time in milliseconds when the event
97
 
was generated.
98
 
</DD>
99
 
 
100
 
<DT><I>flow</I> </DT></DT>
101
 
<DD>     Specifies the ID of the flow that caused the
102
 
event.
103
 
</DD>
104
 
</DL>
105
 
<P>
106
 
<I>element</I><B>_</B><I>num</I><BR>
107
 
 
108
 
The index of the ExportMonitor element that
109
 
gnerated this event.
110
 
 
111
 
<DL>
112
 
 
113
 
<DT><I>format</I> </DT></DT>
114
 
<DD>   The format of the monitor data. Currently, the
115
 
following formats are defined: <B>AuFormatULAW8</B>,
116
 
<B>AuFormatLinearUnsigned8</B>, <B>AuFormatLinearSigned8</B>,
117
 
</DD>
118
 
 
119
 
<DT><B>AuFormatLinearSigned16MSB</B>, </DT></DT>
120
 
<DD>    <B>AuFormatLinearUnsigned16MSB</B>,
121
 
</DD>
122
 
 
123
 
<DT><B>AuFormatSignedLinear16LSB</B>, </DT></DT>
124
 
<DD>   and
125
 
<B>AuFormatLinearUnsigned16LSB</B>.    Taken from the
126
 
ExportMonitor element.
127
 
</DD>
128
 
</DL>
129
 
<P>
130
 
<I>num</I><B>_</B><I>tracks</I><BR>
131
 
 
132
 
The number of tracks in the monitor data. Taken
133
 
from the ExportMonitor element.
134
 
 
135
 
<DL>
136
 
 
137
 
<DT><I>count</I> </DT></DT>
138
 
<DD>    Always 0.
139
 
</DD>
140
 
</DL>
141
 
<P>
142
 
<I>num</I><B>_</B><I>fields</I><BR>
143
 
 
144
 
Always 2.
145
 
 
146
 
<DL>
147
 
 
148
 
<DT><I>data</I> </DT></DT>
149
 
<DD>     Monitor data.
150
 
</DD>
151
 
 
152
 
<DT><I>data1</I> </DT></DT>
153
 
<DD>    Monitor data.
154
 
</DD>
155
 
 
156
 
<DT><I>data2</I> </DT></DT>
157
 
<DD>    Monitor data.
158
 
</DD>
159
 
</DL>
160
 
 
161
 
<H2><A NAME="sect3" HREF="#toc3"><B>Description</B></A></H2>
162
 
 
163
 
<P>
164
 
MonitorNotify events will be sent to clients with flows
165
 
containing ExportMonitor elements.
166
 
 
167
 
<H2><A NAME="sect4" HREF="#toc4"><B>See</B> <B>Also</B></A></H2>
168
 
 
169
 
<P>
170
 
<B>AuAnyEvent</B>, <B>AuElementNotifyEvent</B>, <B>AuErrorEvent</B>, <B>AuGrabNotifyEvent</B>.
171
 
<P>
172
 
audiolib - <B>Network</B> <B>Audio</B> <B>System</B> C Language Interface
173
 
<P>
174
 
 
175
 
<HR><P>
176
 
<A NAME="toc"><B>Table of Contents</B></A><P>
177
 
<UL>
178
 
<LI><A NAME="toc0" HREF="#sect0">Name</A></LI>
179
 
<LI><A NAME="toc1" HREF="#sect1">Structures</A></LI>
180
 
<LI><A NAME="toc2" HREF="#sect2">Members</A></LI>
181
 
<LI><A NAME="toc3" HREF="#sect3">Description</A></LI>
182
 
<LI><A NAME="toc4" HREF="#sect4">See Also</A></LI>
183
 
</UL>
184
 
</BODY></HTML>