Sophie

Sophie

distrib > Fedora > 17 > i386 > media > updates > by-pkgid > 136c306a350f6a4bd3abd3af7df09a32 > files > 30

jack-audio-connection-kit-devel-1.9.9.5-1.fc17.i686.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"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<title>Jack2: Deprecated List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td style="padding-left: 0.5em;">
   <div id="projectname">Jack2
   &#160;<span id="projectnumber">1.9.9</span>
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.1.1 -->
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li class="current"><a href="pages.html"><span>Related&#160;Pages</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li><a href="annotated.html"><span>Classes</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
</div><!-- top -->
<div class="header">
  <div class="headertitle">
<div class="title">Deprecated List </div>  </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><dl class="reflist">
<dt><a class="anchor" id="_deprecated000001"></a>Member <a class="el" href="group__ClientFunctions.html#ga97482adad8116b76635a63f646a2d2f5">jack_client_new</a>  (const char *client_name) JACK_OPTIONAL_WEAK_DEPRECATED_EXPORT</dt>
<dd>Please use <a class="el" href="group__ClientFunctions.html#gabbd2041bca191943b6ef29a991a131c5">jack_client_open()</a>.  </dd>
<dt><a class="anchor" id="_deprecated000005"></a>Member <a class="el" href="group__ServerClientControl.html#ga2db0a4e9ab7b6d9984e91abba27ab71d">jack_engine_takeover_timebase</a>  (jack_client_t *) JACK_OPTIONAL_WEAK_DEPRECATED_EXPORT</dt>
<dd>This function still exists for compatibility with the earlier transport interface, but it does nothing. Instead, see <a class="el" href="transport_8h_source.html">transport.h</a> and use <a class="el" href="group__TransportControl.html#ga0c2f2f464f6ba1c0b2aa45e6507b7aa9">jack_set_timebase_callback()</a>. </dd>
<dt><a class="anchor" id="_deprecated000012"></a>Member <a class="el" href="group__TransportControl.html#gaa3f548f66e8c9a4f271ef97a87ecb240">jack_get_transport_info</a>  (jack_client_t *client, <a class="el" href="structjack__transport__info__t.html">jack_transport_info_t</a> *tinfo) JACK_OPTIONAL_WEAK_EXPORT</dt>
<dd>This is for compatibility with the earlier transport interface. Use <a class="el" href="group__TransportControl.html#ga5f08eb71a5ee5431a3d756af5729d5aa">jack_transport_query()</a>, instead. </dd>
<dt><a class="anchor" id="_deprecated000003"></a>Member <a class="el" href="group__ClientFunctions.html#ga0ad890884c983c78ba93ed2d9b8ee8cc">jack_internal_client_close</a>  (const char *client_name) JACK_OPTIONAL_WEAK_DEPRECATED_EXPORT</dt>
<dd>Please use jack_internal_client_unload().  </dd>
<dt><a class="anchor" id="_deprecated000002"></a>Member <a class="el" href="group__ClientFunctions.html#ga87be6679700acc40a0da17ac9ba3a31e">jack_internal_client_new</a>  (const char *client_name, const char *load_name, const char *load_init) JACK_OPTIONAL_WEAK_DEPRECATED_EXPORT</dt>
<dd>Please use jack_internal_client_load(). </dd>
<dt><a class="anchor" id="_deprecated000009"></a>Member <a class="el" href="group__LatencyFunctions.html#ga47fa957309f9b3111010284e10cc1de0">jack_port_get_latency</a>  (jack_port_t *port) JACK_OPTIONAL_WEAK_DEPRECATED_EXPORT</dt>
<dd>This method will be removed in the next major release of JACK. It should not be used in new code, and should be replaced by <a class="el" href="group__LatencyFunctions.html#gaf379bc0e88a6df6c4b7836db4b9382d7">jack_port_get_latency_range()</a> in any existing use cases.  </dd>
<dt><a class="anchor" id="_deprecated000010"></a>Member <a class="el" href="group__LatencyFunctions.html#ga34105bfd538493c797f506ff7a46f488">jack_port_get_total_latency</a>  (jack_client_t *client, jack_port_t *port) JACK_OPTIONAL_WEAK_DEPRECATED_EXPORT</dt>
<dd>This method will be removed in the next major release of JACK. It should not be used in new code, and should be replaced by <a class="el" href="group__LatencyFunctions.html#gaf379bc0e88a6df6c4b7836db4b9382d7">jack_port_get_latency_range()</a> in any existing use cases.  </dd>
<dt><a class="anchor" id="_deprecated000008"></a>Member <a class="el" href="group__LatencyFunctions.html#gaf0f3028e1797eec7423dc10076586422">jack_port_set_latency</a>  (jack_port_t *port, jack_nframes_t) JACK_OPTIONAL_WEAK_DEPRECATED_EXPORT</dt>
<dd>This method will be removed in the next major release of JACK. It should not be used in new code, and should be replaced by a latency callback that calls <a class="el" href="group__LatencyFunctions.html#ga7a8f181fcec32945db7b8e06ee1ca94b">jack_port_set_latency_range()</a>.  </dd>
<dt><a class="anchor" id="_deprecated000006"></a>Member <a class="el" href="group__PortFunctions.html#ga14afcad849c17bcd6cb739d14899cecf">jack_port_tie</a>  (jack_port_t *src, jack_port_t *dst) JACK_OPTIONAL_WEAK_DEPRECATED_EXPORT</dt>
<dd>This function will be removed from a future version of JACK. Do not use it. There is no replacement. It has turned out to serve essentially no purpose in real-life JACK clients.  </dd>
<dt><a class="anchor" id="_deprecated000007"></a>Member <a class="el" href="group__PortFunctions.html#gaab2cfe13d90991fbf1d03a2050b93f54">jack_port_untie</a>  (jack_port_t *port) JACK_OPTIONAL_WEAK_DEPRECATED_EXPORT</dt>
<dd>This function will be removed from a future version of JACK. Do not use it. There is no replacement. It has turned out to serve essentially no purpose in real-life JACK clients.  </dd>
<dt><a class="anchor" id="_deprecated000011"></a>Member <a class="el" href="group__LatencyFunctions.html#ga56372ab81d673cc4a419fd04cd3bfb8a">jack_recompute_total_latency</a>  (jack_client_t *, jack_port_t *port) JACK_OPTIONAL_WEAK_DEPRECATED_EXPORT</dt>
<dd>This method will be removed in the next major release of JACK. It should not be used in new code, and should be replaced by <a class="el" href="group__LatencyFunctions.html#ga7dc2e095ab4b729dd4151c69ad29b537">jack_recompute_total_latencies()</a> in any existing use cases.  </dd>
<dt><a class="anchor" id="_deprecated000013"></a>Member <a class="el" href="group__TransportControl.html#ga2539e041b424eab678e7ba1ee4777579">jack_set_transport_info</a>  (jack_client_t *client, <a class="el" href="structjack__transport__info__t.html">jack_transport_info_t</a> *tinfo) JACK_OPTIONAL_WEAK_EXPORT</dt>
<dd>This function still exists for compatibility with the earlier transport interface, but it does nothing. Instead, define a ::JackTimebaseCallback.  </dd>
<dt><a class="anchor" id="_deprecated000004"></a>Member <a class="el" href="group__NonCallbackAPI.html#gabc9be19d8eb348673ff2246098054d9b">jack_thread_wait</a>  (jack_client_t *client, int status) JACK_OPTIONAL_WEAK_EXPORT</dt>
<dd>Please use <a class="el" href="group__NonCallbackAPI.html#gabf0867ccf1ba257d84455d95ef3e1632">jack_cycle_wait()</a> and <a class="el" href="group__NonCallbackAPI.html#ga4da168f4fb79585b19bc40db3bb06409">jack_cycle_signal()</a> functions.  </dd>
<dt><a class="anchor" id="_deprecated000014"></a>Class <a class="el" href="structjack__transport__info__t.html">jack_transport_info_t</a>  </dt>
<dd>This is for compatibility with the earlier transport interface. Use the jack_position_t struct, instead. </dd>
</dl>
</div></div><!-- contents -->
<hr size="1"><address style="text-align: right;"><small>
Generated for Jack2 by <a href="http://www.doxygen.org/
index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a>
1.8.1.1</small></address>
</body>
</html>