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

« back to all changes in this revision

Viewing changes to doc/html/man3/AuElStat.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>AuElementState</B> - element state 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 _AuElementState<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>state</I>;<BR>
30
 
 
31
 
unsigned short <I>pad</I>;<BR>
32
 
 
33
 
}<B>AuElementState</B>;
34
 
 
35
 
<H2><A NAME="sect2" HREF="#toc2"><B>Members</B></A></H2>
36
 
 
37
 
 
38
 
<DL>
39
 
 
40
 
<DT><I>flow</I> </DT></DT>
41
 
<DD>     Specifies the flow.
42
 
</DD>
43
 
</DL>
44
 
<P>
45
 
<I>element</I><B>_</B><I>num</I><BR>
46
 
 
47
 
Specifies the index of the element of interest.
48
 
Use <B>AuElementAll</B> to access the state of the
49
 
flow.
50
 
 
51
 
<DL>
52
 
 
53
 
<DT><I>state</I> </DT></DT>
54
 
<DD>    Specifies the state of the element (or flow)
55
 
specified by <I>element</I><B>_</B><I>num</I>. This should be one of
56
 
thses constants: <B>AuStateStop</B>, <B>AuStateStart</B>, or
57
 
<B>AuStatePause</B>.
58
 
</DD>
59
 
</DL>
60
 
 
61
 
<H2><A NAME="sect3" HREF="#toc3"><B>Description</B></A></H2>
62
 
 
63
 
<P>
64
 
The <B>AuElementState</B> structure is used to access the state
65
 
of elements in a flow. Only flows and component elements
66
 
(ExportBucket, ExportClient, ExportDevice, ImportClient,
67
 
ImportDevice, ImportBucket, and ImportWaveForm) have
68
 
state.
69
 
 
70
 
<H2><A NAME="sect4" HREF="#toc4"><B>See</B> <B>Also</B></A></H2>
71
 
 
72
 
<P>
73
 
<B>AuGetElementStates</B>,     <B>AuMakeElementState</B>,      <B>AuGetElementStates</B>.
74
 
<P>
75
 
audiolib - <B>Network</B> <B>Audio</B> <B>System</B> C Language Interface
76
 
<P>
77
 
 
78
 
<HR><P>
79
 
<A NAME="toc"><B>Table of Contents</B></A><P>
80
 
<UL>
81
 
<LI><A NAME="toc0" HREF="#sect0">Name</A></LI>
82
 
<LI><A NAME="toc1" HREF="#sect1">Structures</A></LI>
83
 
<LI><A NAME="toc2" HREF="#sect2">Members</A></LI>
84
 
<LI><A NAME="toc3" HREF="#sect3">Description</A></LI>
85
 
<LI><A NAME="toc4" HREF="#sect4">See Also</A></LI>
86
 
</UL>
87
 
</BODY></HTML>