MOON
Server: Apache/2.2.31 (Unix) mod_ssl/2.2.31 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4
System: Linux csr818.wilogic.com 2.6.18-419.el5xen #1 SMP Fri Feb 24 22:50:37 UTC 2017 x86_64
User: digitals (531)
PHP: 5.4.45
Disabled: NONE
Upload Files
File: //usr/share/doc/alsa-lib-devel-1.0.17/lib64/html/output_8h.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>ALSA project - the C library reference: /builddir/build/BUILD/alsa-lib-1.0.17a/include/output.h File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.4.7 -->
<div class="tabs">
  <ul>
    <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
    <li><a href="modules.html"><span>Modules</span></a></li>
    <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
    <li id="current"><a href="files.html"><span>Files</span></a></li>
    <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
    <li><a href="examples.html"><span>Examples</span></a></li>
  </ul></div>
<div class="tabs">
  <ul>
    <li><a href="files.html"><span>File&nbsp;List</span></a></li>
    <li><a href="globals.html"><span>Globals</span></a></li>
  </ul></div>
<h1>/builddir/build/BUILD/alsa-lib-1.0.17a/include/output.h File Reference</h1>Application interface library for the ALSA driver. <a href="#_details">More...</a>
<p>

<p>
<a href="output_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Typedefs</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" 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>

<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>
<tr><td class="memItemLeft" nowrap align="right" 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>

<tr><td colspan="2"><br><h2>Enumerations</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" 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>, 
<a class="el" href="group___output.html#ggf1e436ea0332e7ae066558dbc8f61f632f339ba477f75c1e902f6107fbe07e40">SND_OUTPUT_BUFFER</a>
 }</td></tr>

<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" 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>

<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>
<tr><td class="memItemLeft" nowrap align="right" 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>

<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>
<tr><td class="memItemLeft" nowrap align="right" 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>

<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>
<tr><td class="memItemLeft" nowrap align="right" 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>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns the address of the buffer of a SND_OUTPUT_TYPE_BUFFER output handle.  <a href="group___output.html#g687ac092b592a296d7bcb666c5f996f6"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" 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>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Closes an output handle.  <a href="group___output.html#g3d9dfabe397daf23cf51039e6480b149"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" 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>

<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>
<tr><td class="memItemLeft" nowrap align="right" 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>

<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>
<tr><td class="memItemLeft" nowrap align="right" 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>

<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>
<tr><td class="memItemLeft" nowrap align="right" 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>

<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>
<tr><td class="memItemLeft" nowrap align="right" 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>

<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>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Application interface library for the ALSA driver. 
<p>
<dl compact><dt><b>Author:</b></dt><dd>Jaroslav Kysela &lt;<a href="mailto:perex@perex.cz">perex@perex.cz</a>&gt; <p>
Abramo Bagnara &lt;<a href="mailto:abramo@alsa-project.org">abramo@alsa-project.org</a>&gt; <p>
Takashi Iwai &lt;<a href="mailto:tiwai@suse.de">tiwai@suse.de</a>&gt; </dd></dl>
<dl compact><dt><b>Date:</b></dt><dd>1998-2001</dd></dl>
Application interface library for the ALSA driver <hr size="1"><address style="align: right;"><small>Generated on Tue Jan 20 22:42:09 2009 for ALSA project - the C library reference by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
</body>
</html>