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

« back to all changes in this revision

Viewing changes to doc/html/AuSetElementParameters.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: @(#)AuSElPrm.man,v 1.1 1994/09/27 00:34:52 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: AuSetElementParameters.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>AuSetElementParameters(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>AuSetElementParameters</b> - set the parameters
 
42
of elements in a flow 
 
43
<h2><a name='sect1' href='#toc1'><b>Synopsis</b></a></h2>
 
44
#include &lt;audio/audiolib.h&gt; <p>
 
45
void <b>AuSetElementParameters</b>(<i>server</i>,
 
46
<i>num_parameters</i>, <i>parameters</i>, <i>status</i>) <br>
 
47
    <b>AuServer</b> *<i>server</i>;<br>
 
48
 <br>
 
49
    int <i>num_parameters</i>;<br>
 
50
 <br>
 
51
    <b>AuElementParameters</b> *<i>parameters</i>;<br>
 
52
 <br>
 
53
    <b>AuStatus</b> *<i>status</i>; /* <b>RETURN</b> */<br>
 
54
 
 
55
<h2><a name='sect2' href='#toc2'><b>Arguments</b></a></h2>
 
56
 
 
57
<dl>
 
58
 
 
59
<dt><i>server</i></dt>
 
60
<dd>Specifies the connection to the audio server. </dd>
 
61
 
 
62
<dt><i>num_parameters</i></dt>
 
63
<dd>Specifies
 
64
the number of parameters. </dd>
 
65
 
 
66
<dt><i>parameters</i></dt>
 
67
<dd>Specifies a list which give the flow,
 
68
element number and parameters of the elements to change. </dd>
 
69
 
 
70
<dt><i>status</i></dt>
 
71
<dd>If non-NULL,
 
72
flush the output buffer and return the status from the server. </dd>
 
73
</dl>
 
74
 
 
75
<h2><a name='sect3' href='#toc3'><b>Description</b></a></h2>
 
76
<b>AuSetElementParameters</b>
 
77
changes those element parameters that can be changed dynamically. Changes
 
78
in element types is not allowed. <p>
 
79
There isn't any way to specify only one
 
80
parameter of a multi-parameter element, so all the element's parameters should
 
81
be set. 
 
82
<h2><a name='sect4' href='#toc4'><b>Note</b></a></h2>
 
83
Attempts to change non-existant parameters will be silently ignored.
 
84
 
 
85
<h2><a name='sect5' href='#toc5'><b>Errors</b></a></h2>
 
86
<b>AuBadFlow</b>, <b>AuBadElement</b>. 
 
87
<h2><a name='sect6' href='#toc6'><b>See Also</b></a></h2>
 
88
<b>AuGetElementParameters</b>. <p>
 
89
audiolib -
 
90
<b>Network Audio System</b> C Language Interface <p>
 
91
 
 
92
<hr><p>
 
93
<a name='toc'><b>Table of Contents</b></a><p>
 
94
<ul>
 
95
<li><a name='toc0' href='#sect0'>Name</a></li>
 
96
<li><a name='toc1' href='#sect1'>Synopsis</a></li>
 
97
<li><a name='toc2' href='#sect2'>Arguments</a></li>
 
98
<li><a name='toc3' href='#sect3'>Description</a></li>
 
99
<li><a name='toc4' href='#sect4'>Note</a></li>
 
100
<li><a name='toc5' href='#sect5'>Errors</a></li>
 
101
<li><a name='toc6' href='#sect6'>See Also</a></li>
 
102
</ul>
 
103
</body>
 
104
</html>