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

« back to all changes in this revision

Viewing changes to doc/html/AuGrabNotifyEvent.3.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
 
 
2
<!--
 
3
  $NCDId: @(#)AuGrNEvt.man,v 1.1 1994/09/27 00:29:31 greg Exp $
 
4
   copyright 1994 Steven King
 
5
   
 
6
   portions are
 
7
   * Copyright 1993 Network Computing Devices, Inc.
 
8
   *
 
9
   * Permission to use, copy, modify, distribute, and sell this software and its
 
10
   * documentation for any purpose is hereby granted without fee, provided that
 
11
   * the above copyright notice appear in all copies and that both that
 
12
   * copyright notice and this permission notice appear in supporting
 
13
   * documentation, and that the name Network Computing Devices, Inc. not be
 
14
   * used in advertising or publicity pertaining to distribution of this
 
15
   * software without specific, written prior permission.
 
16
   * 
 
17
   * THIS SOFTWARE IS PROVIDED 'AS-IS'.  NETWORK COMPUTING DEVICES, INC.,
 
18
   * DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING WITHOUT
 
19
   * LIMITATION ALL IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
 
20
   * PARTICULAR PURPOSE, OR NONINFRINGEMENT.  IN NO EVENT SHALL NETWORK
 
21
   * COMPUTING DEVICES, INC., BE LIABLE FOR ANY DAMAGES WHATSOEVER, INCLUDING
 
22
   * SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES, INCLUDING LOSS OF USE, DATA,
 
23
   * OR PROFITS, EVEN IF ADVISED OF THE POSSIBILITY THEREOF, AND REGARDLESS OF
 
24
   * WHETHER IN AN ACTION IN CONTRACT, TORT OR NEGLIGENCE, ARISING OUT OF OR IN
 
25
   * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
26
   
 
27
   $Id: AuGrabNotifyEvent.3.html 243 2007-04-07 23:13:43Z jon $
 
28
 
 
29
-->
 
30
<!-- manual page source format generated by PolyglotMan v3.0.8+X.Org, -->
 
31
<!-- available at http://polyglotman.sourceforge.net/ -->
 
32
 
 
33
<html>
 
34
<head>
 
35
<title>AuGrabNotifyEvent(3) manual page</title>
 
36
</head>
 
37
<body bgcolor='#efefef' text='black' link='blue' vlink='#551A8B' alink='red'>
 
38
<a href='#toc'>Table of Contents</a><p>
 
39
 
 
40
<h2><a name='sect0' href='#toc0'><b>Name</b></a></h2>
 
41
<b>AuGrabNotifyEvent</b> - grab notify event structure
 
42
 
 
43
<h2><a name='sect1' href='#toc1'><b>Structures</b></a></h2>
 
44
#include &lt;audio/audiolib.h&gt; <p>
 
45
typedef union _AuEvent <br>
 
46
{ <br>
 
47
    . . .<br>
 
48
 <br>
 
49
    <b>AuGrabNotifyEvent</b> <i>augrabnotify</i>;<br>
 
50
 <br>
 
51
    . . .<br>
 
52
 <br>
 
53
}<b>AuEvent</b>; <p>
 
54
typedef struct _AuGrabNotifyEvent <br>
 
55
{ <br>
 
56
    int <i>type</i>;<br>
 
57
 <br>
 
58
    <b>AuUint32</b> <i>serial</i>;<br>
 
59
 <br>
 
60
    <b>AuBool</b> <i>send_event</i>;<br>
 
61
 <br>
 
62
    <b>AuServer</b> *<i>server</i>;<br>
 
63
 <br>
 
64
    <b>AuTime</b> <i>time</i>;<br>
 
65
 <br>
 
66
    <b>AuID</b> <i>id</i>;<br>
 
67
 <br>
 
68
    unsigned char <i>kind</i>;<br>
 
69
 <br>
 
70
    unsigned char <i>pad1</i>;<br>
 
71
 <br>
 
72
    unsigned short <i>pad2</i>;<br>
 
73
 <br>
 
74
    <b>AuID</b> <i>client</i>;<br>
 
75
 <br>
 
76
}<b>AuGrabNotifyEvent</b>; 
 
77
<h2><a name='sect2' href='#toc2'><b>Members</b></a></h2>
 
78
 
 
79
<dl>
 
80
 
 
81
<dt><i>type</i></dt>
 
82
<dd>The event type. GrabNotify events are type
 
83
<b>AuEventTypeGrabNotify</b>. </dd>
 
84
 
 
85
<dt><i>serial</i></dt>
 
86
<dd>The serial ID of the event expanded from the
 
87
16 bit value sent by the server. </dd>
 
88
 
 
89
<dt><i>send_event</i></dt>
 
90
<dd><b>AuTrue</b> if the event came from
 
91
a <b>SendEvent</b> protocol request. </dd>
 
92
 
 
93
<dt><i>server</i></dt>
 
94
<dd>The connection to the audio server that
 
95
the event was read from. </dd>
 
96
 
 
97
<dt><i>time</i></dt>
 
98
<dd>The server time in milliseconds when the event
 
99
was generated. </dd>
 
100
 
 
101
<dt><i>id</i></dt>
 
102
<dd>The ID of the component grabbed. </dd>
 
103
 
 
104
<dt><i>kind</i></dt>
 
105
<dd>Either <b>AuGrabNotifyKindRequested</b>
 
106
or <b>AuGrabNotifyKindReleased</b>. </dd>
 
107
 
 
108
<dt><i>pad1</i></dt>
 
109
<dd></dd>
 
110
 
 
111
<dt><i>pad2</i></dt>
 
112
<dd></dd>
 
113
 
 
114
<dt><i>client</i></dt>
 
115
<dd>The client making the grab. </dd>
 
116
</dl>
 
117
 
 
118
<h2><a name='sect3' href='#toc3'><b>Description</b></a></h2>
 
119
GrabNotify
 
120
events are sent to client applications to notify them that a component
 
121
has been grabbed or released. 
 
122
<h2><a name='sect4' href='#toc4'><b>Notes</b></a></h2>
 
123
<b>Not implemented</b>. So this is all just speculation.
 
124
 
 
125
<h2><a name='sect5' href='#toc5'><b>See Also</b></a></h2>
 
126
<b>AuAnyEvent</b>, <b>AuElementNotifyEvent</b>, <b>AuErrorEvent</b>, <b>AuMonitorNotifyEvent</b>.
 
127
<p>
 
128
audiolib - <b>Network Audio System</b> C Language Interface <p>
 
129
 
 
130
<hr><p>
 
131
<a name='toc'><b>Table of Contents</b></a><p>
 
132
<ul>
 
133
<li><a name='toc0' href='#sect0'>Name</a></li>
 
134
<li><a name='toc1' href='#sect1'>Structures</a></li>
 
135
<li><a name='toc2' href='#sect2'>Members</a></li>
 
136
<li><a name='toc3' href='#sect3'>Description</a></li>
 
137
<li><a name='toc4' href='#sect4'>Notes</a></li>
 
138
<li><a name='toc5' href='#sect5'>See Also</a></li>
 
139
</ul>
 
140
</body>
 
141
</html>