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

« back to all changes in this revision

Viewing changes to doc/html/man3/AuSElSt.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>AuSetElementStates</B> - set the state of elements in a flow
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
 
void <B>AuSetElementStates</B>(<I>server</I>, <I>num</I><B>_</B><I>states</I>, <I>states</I>, <I>sta</I><B>_</B>t<I>us</I>)
22
 
<B>AuServer</B> *<I>server</I>;<BR>
23
 
 
24
 
int <I>num</I><B>_</B><I>states</I>;<BR>
25
 
 
26
 
<B>AuElementStates</B> *<I>states</I>;<BR>
27
 
 
28
 
<B>AuStatus</B> *<I>status</I>; /* <B>RETURN</B> */
29
 
 
30
 
<H2><A NAME="sect2" HREF="#toc2"><B>Arguments</B></A></H2>
31
 
 
32
 
 
33
 
<DL>
34
 
 
35
 
<DT><I>server</I> </DT></DT>
36
 
<DD>   Specifies the connection to the audio server.
37
 
</DD>
38
 
</DL>
39
 
<P>
40
 
<I>num</I><B>_</B><I>states</I><BR>
41
 
 
42
 
Specifies the number of element states.
43
 
 
44
 
<DL>
45
 
 
46
 
<DT><I>states</I> </DT></DT>
47
 
<DD>   Specifies the list of element states to use.
48
 
</DD>
49
 
 
50
 
<DT><I>status</I> </DT></DT>
51
 
<DD>   If non-NULL, flush the output buffer and return
52
 
the status from the server.
53
 
</DD>
54
 
</DL>
55
 
 
56
 
<H2><A NAME="sect3" HREF="#toc3"><B>Description</B></A></H2>
57
 
 
58
 
<P>
59
 
<B>AuSetElementStates</B> changes the states of those elements in
60
 
those flows specified in <I>states</I>.
61
 
 
62
 
<H2><A NAME="sect4" HREF="#toc4"><B>NoteS</B></A></H2>
63
 
 
64
 
<P>
65
 
Attempting to set the state of non-component elements
66
 
(AddConstant, Bundle, ExportMonitor, MultiplyConstant, and
67
 
Sum) will result in an error.
68
 
 
69
 
<H2><A NAME="sect5" HREF="#toc5"><B>Errors</B></A></H2>
70
 
 
71
 
<P>
72
 
<B>AuBadFlow</B>, <B>AuBadElement</B>, <B>AuBadAlloc</B>, <B>AuBadLength</B>.
73
 
 
74
 
<H2><A NAME="sect6" HREF="#toc6"><B>See</B> <B>Also</B></A></H2>
75
 
 
76
 
<P>
77
 
<B>AuGetElementStates</B>.
78
 
<P>
79
 
audiolib - <B>Network</B> <B>Audio</B> <B>System</B> C Language Interface
80
 
<P>
81
 
 
82
 
<HR><P>
83
 
<A NAME="toc"><B>Table of Contents</B></A><P>
84
 
<UL>
85
 
<LI><A NAME="toc0" HREF="#sect0">Name</A></LI>
86
 
<LI><A NAME="toc1" HREF="#sect1">Synopsis</A></LI>
87
 
<LI><A NAME="toc2" HREF="#sect2">Arguments</A></LI>
88
 
<LI><A NAME="toc3" HREF="#sect3">Description</A></LI>
89
 
<LI><A NAME="toc4" HREF="#sect4">NoteS</A></LI>
90
 
<LI><A NAME="toc5" HREF="#sect5">Errors</A></LI>
91
 
<LI><A NAME="toc6" HREF="#sect6">See Also</A></LI>
92
 
</UL>
93
 
</BODY></HTML>