Sophie

Sophie

distrib > Fedora > 13 > x86_64 > by-pkgid > ae19f57cd4e306abd5716199a310070b > files > 21

gnuradio-doc-3.2.2-3.fc13.x86_64.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>GNU Radio 3.2.2 C++ API: audio_jack_source.h File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.6.2 -->
<div class="contents">
<h1>audio_jack_source.h File Reference</h1><code>#include &lt;<a class="el" href="gr__sync__block_8h_source.html">gr_sync_block.h</a>&gt;</code><br/>
<code>#include &lt;string&gt;</code><br/>
<code>#include &lt;jack/jack.h&gt;</code><br/>
<code>#include &lt;jack/ringbuffer.h&gt;</code><br/>
<code>#include &lt;stdexcept&gt;</code><br/>
<div class="dynheader">
Include dependency graph for audio_jack_source.h:</div>
<div class="dynsection">
<div class="center"><img src="audio__jack__source_8h__incl.png" border="0" usemap="#audio__jack__source_8h_map" alt=""/></div>
<map name="audio__jack__source_8h_map" id="audio__jack__source_8h">
<area shape="rect" id="node3" href="gr__sync__block_8h.html" title="gr_sync_block.h" alt="" coords="400,83,517,112"/><area shape="rect" id="node5" href="gr__block_8h.html" title="gr_block.h" alt="" coords="383,160,465,189"/><area shape="rect" id="node7" href="gr__basic__block_8h.html" title="gr_basic_block.h" alt="" coords="364,237,484,267"/><area shape="rect" id="node9" href="gr__runtime__types_8h.html" title="gr_runtime_types.h" alt="" coords="153,315,287,344"/><area shape="rect" id="node25" href="gr__sptr__magic_8h_source.html" title="gr_sptr_magic.h" alt="" coords="43,392,157,421"/><area shape="rect" id="node11" href="gr__types_8h.html" title="gr_types.h" alt="" coords="205,392,288,421"/><area shape="rect" id="node19" href="gr__complex_8h.html" title="gr_complex.h" alt="" coords="349,469,448,499"/></map>
</div>

<p><a href="audio__jack__source_8h_source.html">Go to the source code of this file.</a></p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><h2>Classes</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaudio__jack__source.html">audio_jack_source</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">audio source using JACK  <a href="classaudio__jack__source.html#_details">More...</a><br/></td></tr>
<tr><td colspan="2"><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="classboost_1_1shared__ptr.html">audio_jack_source_sptr</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="audio__jack__source_8h.html#a04c59d1f97e30bb9d991aad1c760e260">audio_jack_make_source</a> (int sampling_rate, const std::string device_name=&quot;&quot;, <a class="el" href="gc__types_8h.html#a0f2b5d454b7e4dda3861032cfce91085">bool</a> ok_to_block=true)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">make a JACK audio source.  <a href="#a04c59d1f97e30bb9d991aad1c760e260"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="audio__jack__source_8h.html#a3fb10188231891b48c5e4c7c759b7383">jack_source_process</a> (jack_nframes_t nframes, void *arg)</td></tr>
</table>
<hr/><h2>Function Documentation</h2>
<a class="anchor" id="a04c59d1f97e30bb9d991aad1c760e260"></a><!-- doxytag: member="audio_jack_source.h::audio_jack_make_source" ref="a04c59d1f97e30bb9d991aad1c760e260" args="(int sampling_rate, const std::string device_name=&quot;&quot;, bool ok_to_block=true)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classboost_1_1shared__ptr.html">audio_jack_source_sptr</a> audio_jack_make_source </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>sampling_rate</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const std::string&nbsp;</td>
          <td class="paramname"> <em>device_name</em> = <code>&quot;&quot;</code>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="gc__types_8h.html#a0f2b5d454b7e4dda3861032cfce91085">bool</a>&nbsp;</td>
          <td class="paramname"> <em>ok_to_block</em> = <code>true</code></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>make a JACK audio source. </p>
<dl><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>sampling_rate</em>&nbsp;</td><td>sampling rate in Hz </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>device_name</em>&nbsp;</td><td>JACK device name, e.g., "gr_source" </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>ok_to_block</em>&nbsp;</td><td></td></tr>
  </table>
  </dd>
</dl>

</div>
</div>
<a class="anchor" id="a3fb10188231891b48c5e4c7c759b7383"></a><!-- doxytag: member="audio_jack_source.h::jack_source_process" ref="a3fb10188231891b48c5e4c7c759b7383" args="(jack_nframes_t nframes, void *arg)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int jack_source_process </td>
          <td>(</td>
          <td class="paramtype">jack_nframes_t&nbsp;</td>
          <td class="paramname"> <em>nframes</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">void *&nbsp;</td>
          <td class="paramname"> <em>arg</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

</div>
</div>
</div>
<hr size="1"/><address style="text-align: right;"><small>Generated by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.2 </small></address>
</body>
</html>