1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
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>
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 -->
10
<li><a href="index.html"><span>Main Page</span></a></li>
11
<li><a href="modules.html"><span>Modules</span></a></li>
12
<li><a href="annotated.html"><span>Data 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 Pages</span></a></li>
15
<li><a href="examples.html"><span>Examples</span></a></li>
19
<li><a href="files.html"><span>File List</span></a></li>
20
<li><a href="globals.html"><span>Globals</span></a></li>
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>
26
<a href="output_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
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 </td><td class="memItemRight" valign="bottom"><a class="el" href="group___output.html#gfcb4f6ed600e8daf18d5d5d8623dda50">snd_output_t</a></td></tr>
32
<tr><td class="mdescLeft"> </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> </td><td class="memItemRight" valign="bottom"><a class="el" href="group___output.html#gd49cee0904e0637025395cda0570d860">snd_output_type_t</a></td></tr>
35
<tr><td colspan="2"><br><h2>Enumerations</h2></td></tr>
36
<tr><td class="memItemLeft" align="right" nowrap="nowrap" valign="top">enum </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>
40
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
41
<tr><td class="memItemLeft" align="right" nowrap="nowrap" valign="top">int </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>
43
<tr><td class="mdescLeft"> </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 </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>
46
<tr><td class="mdescLeft"> </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 </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>
49
<tr><td class="mdescLeft"> </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 </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>
52
<tr><td class="mdescLeft"> </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 </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>
55
<tr><td class="mdescLeft"> </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 </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>
58
<tr><td class="mdescLeft"> </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 </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>
61
<tr><td class="mdescLeft"> </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 </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>
64
<tr><td class="mdescLeft"> </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 </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>
67
<tr><td class="mdescLeft"> </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 </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>
70
<tr><td class="mdescLeft"> </td><td class="mdescRight">Flushes an output handle (like fflush(3)). <a href="group___output.html#gf13183c1e09998628481df3c67db4a0a"></a><br></td></tr>
72
</p><hr><a name="_details"></a><h2>Detailed Description</h2>
73
Application interface library for the ALSA driver.
75
</p><dl class="author" compact="compact"><dt><b>Author:</b></dt><dd>Jaroslav Kysela <<a href="mailto:perex@perex.cz">perex@perex.cz</a>> <p>
76
Abramo Bagnara <<a href="mailto:abramo@alsa-project.org">abramo@alsa-project.org</a>> </p><p>
77
Takashi Iwai <<a href="mailto:tiwai@suse.de">tiwai@suse.de</a>> </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
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>
b'\\ No newline at end of file'