~ubuntu-branches/ubuntu/jaunty/nas/jaunty

« back to all changes in this revision

Viewing changes to doc/html/man3/AuMElMul.html

  • Committer: Bazaar Package Importer
  • Author(s): Steve McIntyre
  • Date: 2004-06-23 01:15:02 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040623011502-30uqd1dyu47iv2dp
Tags: 1.6d-1
New upstream release.

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>AuMakeElementMultiplyConstant</B> - initialize a MultiplyConstant
 
15
element
 
16
 
 
17
<H2><A NAME="sect1" HREF="#toc1"><B>Synopsis</B></A></H2>
 
18
 
 
19
<P>
 
20
#include &lt;audio/audiolib.h&gt;
 
21
<P>
 
22
<B>AuMakeElementMultiplyConstant</B>(<I>element</I>, <I>input</I>, <I>constant</I>)
 
23
<B>AuElement</B> *<I>element</I>; /* <B>RETURN</B> */<BR>
 
24
 
 
25
unsigned short <I>input</I>;<BR>
 
26
 
 
27
<B>AuFixedPoint</B> <I>constant</I>;
 
28
 
 
29
<H2><A NAME="sect2" HREF="#toc2"><B>Arguments</B></A></H2>
 
30
 
 
31
 
 
32
<DL>
 
33
 
 
34
<DT><I>element</I> </DT></DT>
 
35
<DD>Returns the initialized element.
 
36
</DD>
 
37
 
 
38
<DT><I>input</I> </DT></DT>
 
39
<DD>    Specifies the index of the element to supply the
 
40
audio data for this element.
 
41
</DD>
 
42
</DL>
 
43
<P>
 
44
<I>constant</I> Specifies the fixed point value that each sample
 
45
from the input will be multiplied by. Fixed
 
46
point values can be constructed with <B>AuFixedPointFromSum</B>
 
47
and <B>AuFixedPointFromFraction</B>.
 
48
 
 
49
<H2><A NAME="sect3" HREF="#toc3"><B>Description</B></A></H2>
 
50
 
 
51
<P>
 
52
<B>AuMakeElementMultiplyConstant</B> sets the <I>type</I> of <I>element</I> to
 
53
<B>AuElementTypeMultiplyConstant</B> and initializes the <I>multi</I><B>_</B>p<I>lyconstant</I>
 
54
member of <I>element</I> with the remaining arguments.
 
55
<P>
 
56
<B>AuMakeElementMultiplyConstant</B> is implemented as a macro.
 
57
 
 
58
<H2><A NAME="sect4" HREF="#toc4"><B>See</B> <B>Also</B></A></H2>
 
59
 
 
60
<P>
 
61
<B>AuMakeElementAddConstant</B>, <B>AuMakeElementBundle</B>, <B>AuMakeElementExportBucket</B>,
 
62
<B>AuMakeElementExportClient</B>, <B>AuMakeElementExportDevice</B>,
 
63
<B>AuMakeElementExportMonitor</B>, <B>AuMakeElementImportBucket</B>,
 
64
<B>AuMakeElementImportClient</B>, <B>AuMakeElementImportDevice</B>,
 
65
<B>AuMakeElementImportWaveForm</B>, <B>AuMakeElementSum</B>.
 
66
<P>
 
67
audiolib - <B>Network</B> <B>Audio</B> <B>System</B> C Language Interface
 
68
<P>
 
69
 
 
70
<HR><P>
 
71
<A NAME="toc"><B>Table of Contents</B></A><P>
 
72
<UL>
 
73
<LI><A NAME="toc0" HREF="#sect0">Name</A></LI>
 
74
<LI><A NAME="toc1" HREF="#sect1">Synopsis</A></LI>
 
75
<LI><A NAME="toc2" HREF="#sect2">Arguments</A></LI>
 
76
<LI><A NAME="toc3" HREF="#sect3">Description</A></LI>
 
77
<LI><A NAME="toc4" HREF="#sect4">See Also</A></LI>
 
78
</UL>
 
79
</BODY></HTML>