forked from jackaudio/jackaudio.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeprecated.html
More file actions
115 lines (113 loc) · 11.5 KB
/
Copy pathdeprecated.html
File metadata and controls
115 lines (113 loc) · 11.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<!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"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>JACK-AUDIO-CONNECTION-KIT: 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="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.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 id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">JACK-AUDIO-CONNECTION-KIT
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</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="_deprecated000019"></a>Global <a class="el" href="group__JackSessionManagerAPI.html#gadc159d35a3814d463eaf0f7b36f4f241">jack_client_has_session_callback</a> (jack_client_t *client, const char *client_name) JACK_OPTIONAL_WEAK_DEPRECATED_EXPORT</dt>
<dd>Use of JACK-Session is currently deprecated and unsupported. JACK developers recommend the use of NSM instead. See <a href="https://github.com/linuxaudio/new-session-manager">https://github.com/linuxaudio/new-session-manager</a> </dd>
<dt><a class="anchor" id="_deprecated000003"></a>Global <a class="el" href="group__ServerControl.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.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="_deprecated000011"></a>Global <a class="el" href="transport_8h.html#a994ea49b518181fbdee2adc9be1ee40e">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_DEPRECATED_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="_deprecated000002"></a>Global <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 <a class="el" href="intclient_8h.html#aff038e9c251a2cdf4a5ce94d9d0ea88c">jack_internal_client_load()</a>. </dd>
<dt><a class="anchor" id="_deprecated000001"></a>Global <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 <a class="el" href="intclient_8h.html#aff038e9c251a2cdf4a5ce94d9d0ea88c">jack_internal_client_load()</a>. </dd>
<dt><a class="anchor" id="_deprecated000007"></a>Global <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="_deprecated000008"></a>Global <a class="el" href="group__LatencyFunctions.html#ga7f5835f17cb55a5ed64bb63cb18c462c">jack_port_get_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#gaf379bc0e88a6df6c4b7836db4b9382d7">jack_port_get_latency_range()</a> in any existing use cases. </dd>
<dt><a class="anchor" id="_deprecated000006"></a>Global <a class="el" href="group__LatencyFunctions.html#gaba121996f00bd96ceec5b1c1012fc767">jack_port_set_latency</a> (jack_port_t *, 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="_deprecated000004"></a>Global <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="_deprecated000005"></a>Global <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="_deprecated000009"></a>Global <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#ga46400b9a573389549784a356ab2d4e3b">jack_recompute_total_latencies()</a> in any existing use cases. </dd>
<dt><a class="anchor" id="_deprecated000018"></a>Global <a class="el" href="group__JackSessionManagerAPI.html#ga62b659432fdfed7ec482054430e71431">jack_session_commands_free</a> (<a class="el" href="structjack__session__command__t.html">jack_session_command_t</a> *cmds) JACK_OPTIONAL_WEAK_DEPRECATED_EXPORT</dt>
<dd>Use of JACK-Session is currently deprecated and unsupported. JACK developers recommend the use of NSM instead. See <a href="https://github.com/linuxaudio/new-session-manager">https://github.com/linuxaudio/new-session-manager</a> </dd>
<dt><a class="anchor" id="_deprecated000017"></a>Global <a class="el" href="group__SessionClientFunctions.html#gaeb90c4653b8f6ef713b9e19238d28c13">jack_session_event_free</a> (jack_session_event_t *event) JACK_OPTIONAL_WEAK_DEPRECATED_EXPORT</dt>
<dd>Use of JACK-Session is currently deprecated and unsupported. JACK developers recommend the use of NSM instead. See <a href="https://github.com/linuxaudio/new-session-manager">https://github.com/linuxaudio/new-session-manager</a> </dd>
<dt><a class="anchor" id="_deprecated000016"></a>Global <a class="el" href="group__SessionClientFunctions.html#ga288d501f11a7c857a956a5a885a9855f">jack_session_reply</a> (jack_client_t *client, jack_session_event_t *event) JACK_OPTIONAL_WEAK_DEPRECATED_EXPORT</dt>
<dd>Use of JACK-Session is currently deprecated and unsupported. JACK developers recommend the use of NSM instead. See <a href="https://github.com/linuxaudio/new-session-manager">https://github.com/linuxaudio/new-session-manager</a> </dd>
<dt><a class="anchor" id="_deprecated000015"></a>Global <a class="el" href="group__SessionClientFunctions.html#ga27846b86d11b2a8682b5d5220c87baa9">jack_set_session_callback</a> (jack_client_t *client, JackSessionCallback session_callback, void *arg) JACK_OPTIONAL_WEAK_DEPRECATED_EXPORT</dt>
<dd>Use of JACK-Session is currently deprecated and unsupported. JACK developers recommend the use of NSM instead. See <a href="https://github.com/linuxaudio/new-session-manager">https://github.com/linuxaudio/new-session-manager</a> </dd>
<dt><a class="anchor" id="_deprecated000012"></a>Global <a class="el" href="transport_8h.html#ad27bdf22d5642f2291ba77d7bdb2725a">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_DEPRECATED_EXPORT</dt>
<dd>This function still exists for compatibility with the earlier transport interface, but it does nothing. Instead, define a <a class="el" href="group__TransportControl.html#ga27ed5006f91b931408b11a5b31150af0">JackTimebaseCallback</a>. </dd>
<dt><a class="anchor" id="_deprecated000010"></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 <a class="el" href="structjack__position__t.html">jack_position_t</a> struct, instead. </dd>
<dt><a class="anchor" id="_deprecated000014"></a>Global <a class="el" href="group__SessionClientFunctions.html#ga2c0dc123dd2c1a2d0e8c9ce90d25b89c">JackSessionCallback</a> )(jack_session_event_t *event, void *arg)</dt>
<dd>Use of JACK-Session is currently deprecated and unsupported. JACK developers recommend the use of NSM instead. See <a href="https://github.com/linuxaudio/new-session-manager">https://github.com/linuxaudio/new-session-manager</a> </dd>
<dt><a class="anchor" id="_deprecated000013"></a>Module <a class="el" href="group__SessionClientFunctions.html">SessionClientFunctions</a> </dt>
<dd><p class="startdd">Use of JACK-Session is currently deprecated and unsupported. JACK developers recommend the use of NSM instead. See <a href="https://github.com/linuxaudio/new-session-manager">https://github.com/linuxaudio/new-session-manager</a></p>
<p class="enddd"></p>
</dd>
</dl>
</div></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.13
</small></address>
</body>
</html>