~n3npq/lsb/t2c-alsa-tests

« back to all changes in this revision

Viewing changes to spec/output_8h.html

  • Committer: Jeff Licquia
  • Date: 2009-12-01 02:17:33 UTC
  • Revision ID: jeff@licquia.org-20091201021733-3wwc7cdytdzz7hwo
Initial version.

This contains the spec, as mirrored from the ALSA site, and as run
through KompoZer (so its gratuitous format changes are already there).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
2
<html><head>
 
3
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"><title>ALSA project - the C library reference: /home/alsa/tmp/cvs/alsa-lib/include/output.h File Reference</title>
 
4
 
 
5
<link href="doxygen.css" rel="stylesheet" type="text/css">
 
6
<link href="tabs.css" rel="stylesheet" type="text/css"></head><body>
 
7
<!-- Generated by Doxygen 1.5.0 -->
 
8
<div class="tabs">
 
9
  <ul>
 
10
    <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
 
11
    <li><a href="modules.html"><span>Modules</span></a></li>
 
12
    <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
 
13
    <li id="current"><a href="files.html"><span>Files</span></a></li>
 
14
    <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
 
15
    <li><a href="examples.html"><span>Examples</span></a></li>
 
16
  </ul></div>
 
17
<div class="tabs">
 
18
  <ul>
 
19
    <li><a href="files.html"><span>File&nbsp;List</span></a></li>
 
20
    <li><a href="globals.html"><span>Globals</span></a></li>
 
21
  </ul></div>
 
22
<h1>/home/alsa/tmp/cvs/alsa-lib/include/output.h File Reference</h1>Application interface library for the ALSA driver. <a href="#_details">More...</a>
 
23
<p>
 
24
 
 
25
</p><p>
 
26
<a href="output_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
 
27
<tbody><tr><td><br>
 
28
</td></tr>
 
29
<tr><td colspan="2"><br><h2>Typedefs</h2></td></tr>
 
30
<tr><td class="memItemLeft" align="right" nowrap="nowrap" valign="top">typedef _snd_output&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___output.html#gfcb4f6ed600e8daf18d5d5d8623dda50">snd_output_t</a></td></tr>
 
31
 
 
32
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Internal structure for an output object.  <a href="group___output.html#gfcb4f6ed600e8daf18d5d5d8623dda50"></a><br></td></tr>
 
33
<tr><td class="memItemLeft" align="right" nowrap="nowrap" valign="top">typedef enum <a class="el" href="group___output.html#gf1e436ea0332e7ae066558dbc8f61f63">_snd_output_type</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___output.html#gd49cee0904e0637025395cda0570d860">snd_output_type_t</a></td></tr>
 
34
 
 
35
<tr><td colspan="2"><br><h2>Enumerations</h2></td></tr>
 
36
<tr><td class="memItemLeft" align="right" nowrap="nowrap" valign="top">enum &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___output.html#gf1e436ea0332e7ae066558dbc8f61f63">_snd_output_type</a> { <a class="el" href="group___output.html#ggf1e436ea0332e7ae066558dbc8f61f6365880c86bed586ab5f73951551b6272d">SND_OUTPUT_STDIO</a>, 
 
37
<a class="el" href="group___output.html#ggf1e436ea0332e7ae066558dbc8f61f632f339ba477f75c1e902f6107fbe07e40">SND_OUTPUT_BUFFER</a>
 
38
 }</td></tr>
 
39
 
 
40
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
 
41
<tr><td class="memItemLeft" align="right" nowrap="nowrap" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___output.html#gbf558d83a7304b82650834974e10d567">snd_output_stdio_open</a> (<a class="el" href="group___output.html#gfcb4f6ed600e8daf18d5d5d8623dda50">snd_output_t</a> **outputp, const char *file, const char *mode)</td></tr>
 
42
 
 
43
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Creates a new output object writing to a file.  <a href="group___output.html#gbf558d83a7304b82650834974e10d567"></a><br></td></tr>
 
44
<tr><td class="memItemLeft" align="right" nowrap="nowrap" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___output.html#gd1b14edb797b59365e84510138da7335">snd_output_stdio_attach</a> (<a class="el" href="group___output.html#gfcb4f6ed600e8daf18d5d5d8623dda50">snd_output_t</a> **outputp, FILE *fp, int _close)</td></tr>
 
45
 
 
46
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Creates a new output object using an existing stdio <code>FILE</code> pointer.  <a href="group___output.html#gd1b14edb797b59365e84510138da7335"></a><br></td></tr>
 
47
<tr><td class="memItemLeft" align="right" nowrap="nowrap" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___output.html#g78b2911bc9d310feac050cfa75cb443b">snd_output_buffer_open</a> (<a class="el" href="group___output.html#gfcb4f6ed600e8daf18d5d5d8623dda50">snd_output_t</a> **outputp)</td></tr>
 
48
 
 
49
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Creates a new output object with an auto-extending memory buffer.  <a href="group___output.html#g78b2911bc9d310feac050cfa75cb443b"></a><br></td></tr>
 
50
<tr><td class="memItemLeft" align="right" nowrap="nowrap" valign="top">size_t&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___output.html#g687ac092b592a296d7bcb666c5f996f6">snd_output_buffer_string</a> (<a class="el" href="group___output.html#gfcb4f6ed600e8daf18d5d5d8623dda50">snd_output_t</a> *output, char **buf)</td></tr>
 
51
 
 
52
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns the address of the buffer of a <a class="el" href="group___output.html#ggf1e436ea0332e7ae066558dbc8f61f632f339ba477f75c1e902f6107fbe07e40">SND_OUTPUT_BUFFER</a> output handle.  <a href="group___output.html#g687ac092b592a296d7bcb666c5f996f6"></a><br></td></tr>
 
53
<tr><td class="memItemLeft" align="right" nowrap="nowrap" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___output.html#g3d9dfabe397daf23cf51039e6480b149">snd_output_close</a> (<a class="el" href="group___output.html#gfcb4f6ed600e8daf18d5d5d8623dda50">snd_output_t</a> *output)</td></tr>
 
54
 
 
55
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Closes an output handle.  <a href="group___output.html#g3d9dfabe397daf23cf51039e6480b149"></a><br></td></tr>
 
56
<tr><td class="memItemLeft" align="right" nowrap="nowrap" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___output.html#g998bfd1674cfb19b1104b9c6c7f6d27e">snd_output_printf</a> (<a class="el" href="group___output.html#gfcb4f6ed600e8daf18d5d5d8623dda50">snd_output_t</a> *output, const char *format,...)</td></tr>
 
57
 
 
58
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Writes formatted output (like <code>fprintf(3)</code>) to an output handle.  <a href="group___output.html#g998bfd1674cfb19b1104b9c6c7f6d27e"></a><br></td></tr>
 
59
<tr><td class="memItemLeft" align="right" nowrap="nowrap" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___output.html#gd668d8ff72fca33c904bb6f19d563fbc">snd_output_vprintf</a> (<a class="el" href="group___output.html#gfcb4f6ed600e8daf18d5d5d8623dda50">snd_output_t</a> *output, const char *format, va_list args)</td></tr>
 
60
 
 
61
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Writes formatted output (like <code>fprintf(3)</code>) to an output handle.  <a href="group___output.html#gd668d8ff72fca33c904bb6f19d563fbc"></a><br></td></tr>
 
62
<tr><td class="memItemLeft" align="right" nowrap="nowrap" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___output.html#g1db1433d3c0945cc61445719213c5f5d">snd_output_puts</a> (<a class="el" href="group___output.html#gfcb4f6ed600e8daf18d5d5d8623dda50">snd_output_t</a> *output, const char *str)</td></tr>
 
63
 
 
64
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Writes a string to an output handle (like <code>fputs(3)</code>).  <a href="group___output.html#g1db1433d3c0945cc61445719213c5f5d"></a><br></td></tr>
 
65
<tr><td class="memItemLeft" align="right" nowrap="nowrap" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___output.html#g9d12963c0b133d5f6b39aae7d283d560">snd_output_putc</a> (<a class="el" href="group___output.html#gfcb4f6ed600e8daf18d5d5d8623dda50">snd_output_t</a> *output, int c)</td></tr>
 
66
 
 
67
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Writes a character to an output handle (like <code>putc(3)</code>).  <a href="group___output.html#g9d12963c0b133d5f6b39aae7d283d560"></a><br></td></tr>
 
68
<tr><td class="memItemLeft" align="right" nowrap="nowrap" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___output.html#gf13183c1e09998628481df3c67db4a0a">snd_output_flush</a> (<a class="el" href="group___output.html#gfcb4f6ed600e8daf18d5d5d8623dda50">snd_output_t</a> *output)</td></tr>
 
69
 
 
70
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Flushes an output handle (like fflush(3)).  <a href="group___output.html#gf13183c1e09998628481df3c67db4a0a"></a><br></td></tr>
 
71
</tbody></table>
 
72
</p><hr><a name="_details"></a><h2>Detailed Description</h2>
 
73
Application interface library for the ALSA driver. 
 
74
<p>
 
75
</p><dl class="author" compact="compact"><dt><b>Author:</b></dt><dd>Jaroslav Kysela &lt;<a href="mailto:perex@perex.cz">perex@perex.cz</a>&gt; <p>
 
76
Abramo Bagnara &lt;<a href="mailto:abramo@alsa-project.org">abramo@alsa-project.org</a>&gt; </p><p>
 
77
Takashi Iwai &lt;<a href="mailto:tiwai@suse.de">tiwai@suse.de</a>&gt; </p></dd></dl>
 
78
<dl class="date" compact="compact"><dt><b>Date:</b></dt><dd>1998-2001</dd></dl>
 
79
Application interface library for the ALSA driver <hr size="1"><address style=""><small>Generated on Wed Sep 9 14:37:08 2009 for ALSA project - the C library reference by&nbsp;
 
80
<a href="http://www.doxygen.org/index.html">
 
81
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.0 </small></address>
 
82
</body></html>
 
 
b'\\ No newline at end of file'