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

« back to all changes in this revision

Viewing changes to doc/html/man3/AuMElBun.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>AuMakeElementBundle</B> - initialize a Bundle element
 
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>AuMakeElementBundle</B>(<I>element</I>, <I>num</I><B>_</B><I>inputs</I>, <I>inputs</I>)
 
22
<B>AuElement</B> *<I>element</I>; /* <B>RETURN</B> */<BR>
 
23
 
 
24
unsigned short <I>num</I><B>_</B><I>inputs</I>;<BR>
 
25
 
 
26
<B>AuInputTrack</B> *<I>inputs</I>;
 
27
 
 
28
<H2><A NAME="sect2" HREF="#toc2"><B>Arguments</B></A></H2>
 
29
 
 
30
 
 
31
<DL>
 
32
 
 
33
<DT><I>element</I> </DT></DT>
 
34
<DD>Returns the initialized element.
 
35
</DD>
 
36
</DL>
 
37
<P>
 
38
<I>num</I><B>_</B><I>inputs</I><BR>
 
39
 
 
40
Specifies the number of input tracks to be bundled.
 
41
 
 
42
<DL>
 
43
 
 
44
<DT><I>inputs</I> </DT></DT>
 
45
<DD>   Specifies the list of input tracks to bundle.
 
46
Entries in this list can be initialized with
 
47
<B>AuMakeInputTrack</B>.
 
48
</DD>
 
49
</DL>
 
50
 
 
51
<H2><A NAME="sect3" HREF="#toc3"><B>Description</B></A></H2>
 
52
 
 
53
<P>
 
54
<B>AuMakeElementBundle</B> sets the <I>type</I> member of <I>element</I> to
 
55
<B>AuElementTypeBundle</B> and initializes the <I>bundle</I> member of
 
56
<I>element</I> with the remaining arguments.
 
57
<P>
 
58
<B>AuMakeElementBundle</B> is implemented as a macro.
 
59
 
 
60
<H2><A NAME="sect4" HREF="#toc4"><B>See</B> <B>Also</B></A></H2>
 
61
 
 
62
<P>
 
63
<B>AuMakeElementAddConstant</B>, <B>AuMakeElementExportBucket</B>, <B>AuMakeElementExportClient</B>,
 
64
<B>AuMakeElementExportDevice</B>, <B>AuMakeElementExportMonitor</B>,
 
65
<B>AuMakeElementImportBucket</B>, <B>AuMakeElementImportClient</B>,
 
66
<B>AuMakeElementImportDevice</B>, <B>AuMakeElementImportWaveForm</B>,
 
67
<B>AuMakeElementMultiplyConstant</B>,<BR>
 
68
 
 
69
<B>AuMakeElementSum</B>.
 
70
<P>
 
71
audiolib - <B>Network</B> <B>Audio</B> <B>System</B> C Language Interface
 
72
<P>
 
73
 
 
74
<HR><P>
 
75
<A NAME="toc"><B>Table of Contents</B></A><P>
 
76
<UL>
 
77
<LI><A NAME="toc0" HREF="#sect0">Name</A></LI>
 
78
<LI><A NAME="toc1" HREF="#sect1">Synopsis</A></LI>
 
79
<LI><A NAME="toc2" HREF="#sect2">Arguments</A></LI>
 
80
<LI><A NAME="toc3" HREF="#sect3">Description</A></LI>
 
81
<LI><A NAME="toc4" HREF="#sect4">See Also</A></LI>
 
82
</UL>
 
83
</BODY></HTML>