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

« back to all changes in this revision

Viewing changes to doc/html/man3/AuElParm.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>AuElementParameters</B> - element parameters structure
 
15
 
 
16
<H2><A NAME="sect1" HREF="#toc1"><B>Structures</B></A></H2>
 
17
 
 
18
<P>
 
19
#include &lt;audio/audiolib.h&gt;
 
20
<P>
 
21
typedef struct _AuElementParameters<BR>
 
22
 
 
23
{<BR>
 
24
 
 
25
<B>AuFlowID</B> <I>flow</I>;<BR>
 
26
 
 
27
unsigned char <I>element</I><B>_</B><I>num</I>;<BR>
 
28
 
 
29
unsigned char <I>num</I><B>_</B><I>parameters</I>;<BR>
 
30
 
 
31
unsigned short <I>pad</I>;<BR>
 
32
 
 
33
<B>AuInt32</B> <I>parameters</I>[<B>AU_MAX_PARMS</B>];<BR>
 
34
 
 
35
}<B>AuElementParameters</B>;
 
36
 
 
37
<H2><A NAME="sect2" HREF="#toc2"><B>Members</B></A></H2>
 
38
 
 
39
 
 
40
<DL>
 
41
 
 
42
<DT><I>flow</I> </DT></DT>
 
43
<DD>     Specifies the ID of the flow.
 
44
</DD>
 
45
</DL>
 
46
<P>
 
47
<I>element</I><B>_</B><I>num</I><BR>
 
48
 
 
49
Specifies the index of the element.
 
50
<P>
 
51
<I>num</I><B>_</B><I>parameters</I><BR>
 
52
 
 
53
Specifies the number of parameters.
 
54
<P>
 
55
<I>parameters</I><BR>
 
56
 
 
57
Specifies an array containing the element parameters.
 
58
 
 
59
<H2><A NAME="sect3" HREF="#toc3"><B>Description</B></A></H2>
 
60
 
 
61
<P>
 
62
The <B>AuElementParameters</B> structure is used to access those
 
63
element parameters that can be changed dynamically.
 
64
 
 
65
<H2><A NAME="sect4" HREF="#toc4"><B>See</B> <B>Also</B></A></H2>
 
66
 
 
67
<P>
 
68
<B>AuGetElementParameters</B>, <B>AuSetElementParameters</B>.
 
69
<P>
 
70
audiolib - <B>Network</B> <B>Audio</B> <B>System</B> C Language Interface
 
71
<P>
 
72
 
 
73
<HR><P>
 
74
<A NAME="toc"><B>Table of Contents</B></A><P>
 
75
<UL>
 
76
<LI><A NAME="toc0" HREF="#sect0">Name</A></LI>
 
77
<LI><A NAME="toc1" HREF="#sect1">Structures</A></LI>
 
78
<LI><A NAME="toc2" HREF="#sect2">Members</A></LI>
 
79
<LI><A NAME="toc3" HREF="#sect3">Description</A></LI>
 
80
<LI><A NAME="toc4" HREF="#sect4">See Also</A></LI>
 
81
</UL>
 
82
</BODY></HTML>