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

« back to all changes in this revision

Viewing changes to doc/html/man3/AuMSNtAt.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>AuMakeSendNotifyAction</B> - initialize an action
15
 
 
16
 
<H2><A NAME="sect1" HREF="#toc1"><B>Synopsis</B></A></H2>
17
 
 
18
 
<P>
19
 
#include &lt;audio/audiolib.h&gt;
20
 
<P>
21
 
<B>AuMakeSendNotifyAction</B>(<I>action</I>,     <I>trigger</I><B>_</B><I>state</I>,    <I>trig</I><B>_</B>g<I>er</I><B>_</B><I>prev</I><B>_</B><I>state</I>,
22
 
<I>trigger</I><B>_</B><I>reason</I>)<BR>
23
 
 
24
 
<B>AuElementAction</B> <I>action</I>; /* <B>RETURN</B> */
25
 
unsigned char <I>trigger</I><B>_</B><I>state</I>;<BR>
26
 
 
27
 
unsigned char <I>trigger</I><B>_</B><I>prev</I><B>_</B><I>state</I>;<BR>
28
 
 
29
 
unsigned char <I>trigger</I><B>_</B><I>reason</I>;
30
 
 
31
 
<H2><A NAME="sect2" HREF="#toc2"><B>Arguments</B></A></H2>
32
 
 
33
 
 
34
 
<DL>
35
 
 
36
 
<DT><I>action</I> </DT></DT>
37
 
<DD>   Returns the initialized action.
38
 
</DD>
39
 
</DL>
40
 
<P>
41
 
<I>trigger</I><B>_</B><I>state</I><BR>
42
 
 
43
 
Specifies the state that triggers the action.
44
 
This must be one of thses constants: <B>AuStateStop</B>,
45
 
<B>AuStateStart</B>, or <B>AuStatePause</B>.
46
 
<P>
47
 
<I>trigger</I><B>_</B><I>prev</I><B>_</B><I>state</I><BR>
48
 
 
49
 
Specifies the previous state for the trigger.
50
 
This must be one of thses constants: <B>AuStateStop</B>,
51
 
<B>AuStateStart</B>, <B>AuStatePause</B>, or <B>AuStateAny</B>.
52
 
<P>
53
 
<I>trigger</I><B>_</B><I>reason</I><BR>
54
 
 
55
 
Specifies the reason for the action. This must
56
 
be one of these constants: <B>AuReasonUser</B>, <B>AuReasonUnderrun</B>,
57
 
 
58
 
<DL>
59
 
 
60
 
<DT><B>AuReasonOverrun</B>, </DT></DT>
61
 
<DD>   <B>AuReasonEOF</B>,
62
 
<B>AuReasonWatermark</B>, <B>AuReasonHardware</B>, or <B>AuReasonAny</B>.
63
 
</DD>
64
 
</DL>
65
 
 
66
 
<H2><A NAME="sect3" HREF="#toc3"><B>Description</B></A></H2>
67
 
 
68
 
<P>
69
 
<B>AuMakeSendNotifyAction</B> sets the <I>action</I> field of <I>action</I> to
70
 
<B>AuElementActionSendNotify</B> and initializes the other fields
71
 
with the remaining arguments.
72
 
<P>
73
 
<B>AuMakeSendNotifyAction</B> is implemented as a macro.
74
 
 
75
 
<H2><A NAME="sect4" HREF="#toc4"><B>See</B> <B>Also</B></A></H2>
76
 
 
77
 
<P>
78
 
<B>AuMakeChangeStateAction</B>, <B>AuMakeNoopAction</B>.
79
 
<P>
80
 
audiolib - <B>Network</B> <B>Audio</B> <B>System</B> C Language Interface
81
 
<P>
82
 
 
83
 
<HR><P>
84
 
<A NAME="toc"><B>Table of Contents</B></A><P>
85
 
<UL>
86
 
<LI><A NAME="toc0" HREF="#sect0">Name</A></LI>
87
 
<LI><A NAME="toc1" HREF="#sect1">Synopsis</A></LI>
88
 
<LI><A NAME="toc2" HREF="#sect2">Arguments</A></LI>
89
 
<LI><A NAME="toc3" HREF="#sect3">Description</A></LI>
90
 
<LI><A NAME="toc4" HREF="#sect4">See Also</A></LI>
91
 
</UL>
92
 
</BODY></HTML>