diff options
Diffstat (limited to 'build/doc/html/client_8h_source.html')
-rw-r--r-- | build/doc/html/client_8h_source.html | 118 |
1 files changed, 118 insertions, 0 deletions
diff --git a/build/doc/html/client_8h_source.html b/build/doc/html/client_8h_source.html new file mode 100644 index 00000000..9ae643cf --- /dev/null +++ b/build/doc/html/client_8h_source.html @@ -0,0 +1,118 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://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.15"/> +<meta name="viewport" content="width=device-width, initial-scale=1"/> +<title>PipeWire: client.h Source File</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="navtree.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="resize.js"></script> +<script type="text/javascript" src="navtreedata.js"></script> +<script type="text/javascript" src="navtree.js"></script> +<script type="text/javascript"> +/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ + $(document).ready(initResizable); +/* @license-end */</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">PipeWire +  <span id="projectnumber">0.2.9</span> + </div> + </td> + </tr> + </tbody> +</table> +</div> +<!-- end header part --> +<!-- Generated by Doxygen 1.8.15 --> +<script type="text/javascript" src="menudata.js"></script> +<script type="text/javascript" src="menu.js"></script> +<script type="text/javascript"> +/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ +$(function() { + initMenu('',false,false,'search.php','Search'); +}); +/* @license-end */</script> +<div id="main-nav"></div> +</div><!-- top --> +<div id="side-nav" class="ui-resizable side-nav-resizable"> + <div id="nav-tree"> + <div id="nav-tree-contents"> + <div id="nav-sync" class="sync"></div> + </div> + </div> + <div id="splitbar" style="-moz-user-select:none;" + class="ui-resizable-handle"> + </div> +</div> +<script type="text/javascript"> +/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ +$(document).ready(function(){initNavTree('client_8h_source.html','');}); +/* @license-end */ +</script> +<div id="doc-content"> +<div class="header"> + <div class="headertitle"> +<div class="title">client.h</div> </div> +</div><!--header--> +<div class="contents"> +<a href="client_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">/* PipeWire</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment"> *</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment"> * Copyright © 2018 Wim Taymans</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment"> *</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment"> * Permission is hereby granted, free of charge, to any person obtaining a</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment"> * copy of this software and associated documentation files (the "Software"),</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment"> * to deal in the Software without restriction, including without limitation</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment"> * the rights to use, copy, modify, merge, publish, distribute, sublicense,</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="comment"> * and/or sell copies of the Software, and to permit persons to whom the</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="comment"> * Software is furnished to do so, subject to the following conditions:</span></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="comment"> *</span></div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="comment"> * The above copyright notice and this permission notice (including the next</span></div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="comment"> * paragraph) shall be included in all copies or substantial portions of the</span></div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="comment"> * Software.</span></div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="comment"> *</span></div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="comment"> * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR</span></div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="comment"> * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,</span></div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span> <span class="comment"> * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL</span></div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span> <span class="comment"> * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER</span></div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span> <span class="comment"> * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING</span></div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <span class="comment"> * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER</span></div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span> <span class="comment"> * DEALINGS IN THE SOFTWARE.</span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span> <span class="comment"> */</span></div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span> </div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span> <span class="preprocessor">#ifndef PIPEWIRE_CLIENT_H</span></div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span> <span class="preprocessor">#define PIPEWIRE_CLIENT_H</span></div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span> </div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span> <span class="preprocessor">#ifdef __cplusplus</span></div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span> <span class="keyword">extern</span> <span class="stringliteral">"C"</span> {</div><div class="line"><a name="l00030"></a><span class="lineno"> 30</span> <span class="preprocessor">#endif</span></div><div class="line"><a name="l00031"></a><span class="lineno"> 31</span> </div><div class="line"><a name="l00032"></a><span class="lineno"> 32</span> <span class="preprocessor">#include <spa/utils/hook.h></span></div><div class="line"><a name="l00033"></a><span class="lineno"> 33</span> </div><div class="line"><a name="l00044"></a><span class="lineno"> 44</span> <span class="keyword">struct </span><a class="code" href="classpw__client.html">pw_client</a>;</div><div class="line"><a name="l00045"></a><span class="lineno"> 45</span> </div><div class="line"><a name="l00046"></a><span class="lineno"> 46</span> <span class="preprocessor">#include <<a class="code" href="core_8h.html">pipewire/core.h</a>></span></div><div class="line"><a name="l00047"></a><span class="lineno"> 47</span> <span class="preprocessor">#include <<a class="code" href="global_8h.html">pipewire/global.h</a>></span></div><div class="line"><a name="l00048"></a><span class="lineno"> 48</span> <span class="preprocessor">#include <<a class="code" href="introspect_8h.html">pipewire/introspect.h</a>></span></div><div class="line"><a name="l00049"></a><span class="lineno"> 49</span> <span class="preprocessor">#include <<a class="code" href="properties_8h.html">pipewire/properties.h</a>></span></div><div class="line"><a name="l00050"></a><span class="lineno"> 50</span> <span class="preprocessor">#include <<a class="code" href="resource_8h.html">pipewire/resource.h</a>></span></div><div class="line"><a name="l00051"></a><span class="lineno"> 51</span> <span class="preprocessor">#include <<a class="code" href="permission_8h.html">pipewire/permission.h</a>></span></div><div class="line"><a name="l00052"></a><span class="lineno"> 52</span> </div><div class="line"><a name="l00084"></a><span class="lineno"><a class="line" href="structpw__client__events.html"> 84</a></span> <span class="keyword">struct </span><a class="code" href="structpw__client__events.html">pw_client_events</a> {</div><div class="line"><a name="l00085"></a><span class="lineno"><a class="line" href="client_8h.html#ab0377cbf13596f969016266bc277b60b"> 85</a></span> <span class="preprocessor">#define PW_VERSION_CLIENT_EVENTS 0</span></div><div class="line"><a name="l00086"></a><span class="lineno"><a class="line" href="structpw__client__events.html#a0ceb2ae8884ca4a30bae720198410075"> 86</a></span>  uint32_t <a class="code" href="structpw__client__events.html#a0ceb2ae8884ca4a30bae720198410075">version</a>;</div><div class="line"><a name="l00087"></a><span class="lineno"> 87</span> </div><div class="line"><a name="l00089"></a><span class="lineno"><a class="line" href="structpw__client__events.html#a6068da05dba35d7e60dffa29c38cfb44"> 89</a></span>  void (*<a class="code" href="structpw__client__events.html#a6068da05dba35d7e60dffa29c38cfb44">destroy</a>) (<span class="keywordtype">void</span> *<a class="code" href="structdata.html">data</a>);</div><div class="line"><a name="l00090"></a><span class="lineno"> 90</span> </div><div class="line"><a name="l00092"></a><span class="lineno"><a class="line" href="structpw__client__events.html#a91d1547c2d7ba1ecd28160a559768bd4"> 92</a></span>  void (*<a class="code" href="structpw__client__events.html#a91d1547c2d7ba1ecd28160a559768bd4">free</a>) (<span class="keywordtype">void</span> *<a class="code" href="structdata.html">data</a>);</div><div class="line"><a name="l00093"></a><span class="lineno"> 93</span> </div><div class="line"><a name="l00095"></a><span class="lineno"><a class="line" href="structpw__client__events.html#a6aa842676906f55c58c6f7481fa80a94"> 95</a></span>  void (*<a class="code" href="structpw__client__events.html#a6aa842676906f55c58c6f7481fa80a94">info_changed</a>) (<span class="keywordtype">void</span> *<a class="code" href="structdata.html">data</a>, <span class="keyword">const</span> <span class="keyword">struct </span><a class="code" href="structpw__client__info.html">pw_client_info</a> *info);</div><div class="line"><a name="l00096"></a><span class="lineno"> 96</span> </div><div class="line"><a name="l00098"></a><span class="lineno"><a class="line" href="structpw__client__events.html#a064bb63607c0242437f6feb9bf819106"> 98</a></span>  void (*<a class="code" href="structpw__client__events.html#a064bb63607c0242437f6feb9bf819106">resource_added</a>) (<span class="keywordtype">void</span> *<a class="code" href="structdata.html">data</a>, <span class="keyword">struct </span><a class="code" href="classpw__resource.html">pw_resource</a> *resource);</div><div class="line"><a name="l00099"></a><span class="lineno"> 99</span> </div><div class="line"><a name="l00101"></a><span class="lineno"><a class="line" href="structpw__client__events.html#a0b332f68b57b4554abb19b8ccb3674cf"> 101</a></span>  void (*<a class="code" href="structpw__client__events.html#a0b332f68b57b4554abb19b8ccb3674cf">resource_removed</a>) (<span class="keywordtype">void</span> *<a class="code" href="structdata.html">data</a>, <span class="keyword">struct </span><a class="code" href="classpw__resource.html">pw_resource</a> *resource);</div><div class="line"><a name="l00102"></a><span class="lineno"> 102</span> </div><div class="line"><a name="l00106"></a><span class="lineno"><a class="line" href="structpw__client__events.html#af7d6081c5a54303d4ff74b6176cbccee"> 106</a></span>  void (*<a class="code" href="structpw__client__events.html#af7d6081c5a54303d4ff74b6176cbccee">busy_changed</a>) (<span class="keywordtype">void</span> *<a class="code" href="structdata.html">data</a>, <span class="keywordtype">bool</span> busy);</div><div class="line"><a name="l00107"></a><span class="lineno"> 107</span> };</div><div class="line"><a name="l00108"></a><span class="lineno"> 108</span> </div><div class="line"><a name="l00110"></a><span class="lineno"> 110</span> <span class="keyword">struct </span><a class="code" href="classpw__client.html">pw_client</a> *</div><div class="line"><a name="l00111"></a><span class="lineno"> 111</span> <a class="code" href="classpw__client.html#aace8634f25e970be554644d5edd14c46">pw_client_new</a>(<span class="keyword">struct</span> <a class="code" href="classpw__core.html">pw_core</a> *core, </div><div class="line"><a name="l00112"></a><span class="lineno"> 112</span>  <span class="keyword">struct</span> <a class="code" href="structpw__properties.html">pw_properties</a> *properties, </div><div class="line"><a name="l00113"></a><span class="lineno"> 113</span>  <span class="keywordtype">size_t</span> user_data_size );</div><div class="line"><a name="l00114"></a><span class="lineno"> 114</span> </div><div class="line"><a name="l00116"></a><span class="lineno"> 116</span> <span class="keywordtype">void</span> <a class="code" href="classpw__client.html#a1240f3b1d2d8d0dcc712bfeca8aff185">pw_client_destroy</a>(<span class="keyword">struct</span> <a class="code" href="classpw__client.html">pw_client</a> *client);</div><div class="line"><a name="l00117"></a><span class="lineno"> 117</span> </div><div class="line"><a name="l00119"></a><span class="lineno"> 119</span> <span class="keywordtype">int</span> <a class="code" href="client_8h.html#a5bd5bff7c28d00963a1ed9cab02b7d66">pw_client_register</a>(<span class="keyword">struct</span> <a class="code" href="classpw__client.html">pw_client</a> *client, </div><div class="line"><a name="l00120"></a><span class="lineno"> 120</span>  <span class="keyword">struct</span> <a class="code" href="classpw__client.html">pw_client</a> *owner, </div><div class="line"><a name="l00121"></a><span class="lineno"> 121</span>  <span class="keyword">struct</span> <a class="code" href="classpw__global.html">pw_global</a> *parent, </div><div class="line"><a name="l00122"></a><span class="lineno"> 122</span>  <span class="keyword">struct</span> <a class="code" href="structpw__properties.html">pw_properties</a> *properties);</div><div class="line"><a name="l00123"></a><span class="lineno"> 123</span> </div><div class="line"><a name="l00125"></a><span class="lineno"> 125</span> <span class="keywordtype">void</span> *<a class="code" href="client_8h.html#a44650bc0ee5b32b94564edd76b1ea05b">pw_client_get_user_data</a>(<span class="keyword">struct</span> <a class="code" href="classpw__client.html">pw_client</a> *client);</div><div class="line"><a name="l00126"></a><span class="lineno"> 126</span> </div><div class="line"><a name="l00128"></a><span class="lineno"> 128</span> <span class="keyword">const</span> <span class="keyword">struct </span><a class="code" href="structpw__client__info.html">pw_client_info</a> *<a class="code" href="client_8h.html#abfa0b2ccd8213d4a1a498bf99f95cd2e">pw_client_get_info</a>(<span class="keyword">struct</span> <a class="code" href="classpw__client.html">pw_client</a> *client);</div><div class="line"><a name="l00129"></a><span class="lineno"> 129</span> </div><div class="line"><a name="l00131"></a><span class="lineno"> 131</span> <span class="keywordtype">int</span> <a class="code" href="classpw__client.html#aa6201ad8dcdedfef27774283860a4f1e">pw_client_update_properties</a>(<span class="keyword">struct</span> <a class="code" href="classpw__client.html">pw_client</a> *client, <span class="keyword">const</span> <span class="keyword">struct</span> spa_dict *dict);</div><div class="line"><a name="l00132"></a><span class="lineno"> 132</span> </div><div class="line"><a name="l00134"></a><span class="lineno"> 134</span> <span class="keywordtype">int</span> <a class="code" href="client_8h.html#aa0e39c39a833e97c54b6ce1e8d5eb3e2">pw_client_update_permissions</a>(<span class="keyword">struct</span> <a class="code" href="classpw__client.html">pw_client</a> *client, uint32_t n_permissions,</div><div class="line"><a name="l00135"></a><span class="lineno"> 135</span>  <span class="keyword">const</span> <span class="keyword">struct</span> <a class="code" href="structpw__permission.html">pw_permission</a> *permissions);</div><div class="line"><a name="l00136"></a><span class="lineno"> 136</span> </div><div class="line"><a name="l00138"></a><span class="lineno"> 138</span> <span class="keyword">const</span> <span class="keyword">struct </span><a class="code" href="structpw__properties.html">pw_properties</a> *<a class="code" href="client_8h.html#a61aebf7d8e7c43b7b5509d0ed94c0c91">pw_client_get_properties</a>(<span class="keyword">struct</span> <a class="code" href="classpw__client.html">pw_client</a> *client);</div><div class="line"><a name="l00139"></a><span class="lineno"> 139</span> </div><div class="line"><a name="l00141"></a><span class="lineno"> 141</span> <span class="keyword">struct </span><a class="code" href="classpw__core.html">pw_core</a> *<a class="code" href="client_8h.html#a92b0702f790b1c6c63ebf280aea38a46">pw_client_get_core</a>(<span class="keyword">struct</span> <a class="code" href="classpw__client.html">pw_client</a> *client);</div><div class="line"><a name="l00142"></a><span class="lineno"> 142</span> </div><div class="line"><a name="l00144"></a><span class="lineno"> 144</span> <span class="keyword">struct </span><a class="code" href="classpw__resource.html">pw_resource</a> *<a class="code" href="client_8h.html#a2d9ebb7d254be581cd0818ed6f1193af">pw_client_get_core_resource</a>(<span class="keyword">struct</span> <a class="code" href="classpw__client.html">pw_client</a> *client);</div><div class="line"><a name="l00145"></a><span class="lineno"> 145</span> </div><div class="line"><a name="l00147"></a><span class="lineno"> 147</span> <span class="keyword">struct </span><a class="code" href="classpw__resource.html">pw_resource</a> *<a class="code" href="client_8h.html#a6a3270c6d64be59137c0d40069059169">pw_client_find_resource</a>(<span class="keyword">struct</span> <a class="code" href="classpw__client.html">pw_client</a> *client, uint32_t <span class="keywordtype">id</span>);</div><div class="line"><a name="l00148"></a><span class="lineno"> 148</span> </div><div class="line"><a name="l00150"></a><span class="lineno"> 150</span> <span class="keyword">struct </span><a class="code" href="classpw__global.html">pw_global</a> *<a class="code" href="client_8h.html#a5523e67618e9df912146744a5cb9b2bf">pw_client_get_global</a>(<span class="keyword">struct</span> <a class="code" href="classpw__client.html">pw_client</a> *client);</div><div class="line"><a name="l00151"></a><span class="lineno"> 151</span> </div><div class="line"><a name="l00153"></a><span class="lineno"> 153</span> <span class="keywordtype">void</span> <a class="code" href="client_8h.html#a82b0823127ba4ab4baf3f1aab5b3beb9">pw_client_add_listener</a>(<span class="keyword">struct</span> <a class="code" href="classpw__client.html">pw_client</a> *client,</div><div class="line"><a name="l00154"></a><span class="lineno"> 154</span>  <span class="keyword">struct</span> spa_hook *listener,</div><div class="line"><a name="l00155"></a><span class="lineno"> 155</span>  <span class="keyword">const</span> <span class="keyword">struct</span> <a class="code" href="structpw__client__events.html">pw_client_events</a> *events,</div><div class="line"><a name="l00156"></a><span class="lineno"> 156</span>  <span class="keywordtype">void</span> *<a class="code" href="structdata.html">data</a>);</div><div class="line"><a name="l00157"></a><span class="lineno"> 157</span> </div><div class="line"><a name="l00158"></a><span class="lineno"> 158</span> </div><div class="line"><a name="l00161"></a><span class="lineno"> 161</span> <span class="keywordtype">void</span> <a class="code" href="client_8h.html#a097c0de3ead85df5988936a5f7411fa9">pw_client_set_busy</a>(<span class="keyword">struct</span> <a class="code" href="classpw__client.html">pw_client</a> *client, <span class="keywordtype">bool</span> busy);</div><div class="line"><a name="l00162"></a><span class="lineno"> 162</span> </div><div class="line"><a name="l00163"></a><span class="lineno"> 163</span> <span class="preprocessor">#ifdef __cplusplus</span></div><div class="line"><a name="l00164"></a><span class="lineno"> 164</span> }</div><div class="line"><a name="l00165"></a><span class="lineno"> 165</span> <span class="preprocessor">#endif</span></div><div class="line"><a name="l00166"></a><span class="lineno"> 166</span> </div><div class="line"><a name="l00167"></a><span class="lineno"> 167</span> <span class="preprocessor">#endif </span><span class="comment">/* PIPEWIRE_CLIENT_H */</span><span class="preprocessor"></span></div><div class="ttc" id="client_8h_html_abfa0b2ccd8213d4a1a498bf99f95cd2e"><div class="ttname"><a href="client_8h.html#abfa0b2ccd8213d4a1a498bf99f95cd2e">pw_client_get_info</a></div><div class="ttdeci">const struct pw_client_info * pw_client_get_info(struct pw_client *client)</div><div class="ttdoc">Get the client information.</div><div class="ttdef"><b>Definition:</b> client.c:498</div></div> +<div class="ttc" id="structpw__properties_html"><div class="ttname"><a href="structpw__properties.html">pw_properties</a></div><div class="ttdoc">A collection of key/value pairs.</div><div class="ttdef"><b>Definition:</b> properties.h:43</div></div> +<div class="ttc" id="client_8h_html_a2d9ebb7d254be581cd0818ed6f1193af"><div class="ttname"><a href="client_8h.html#a2d9ebb7d254be581cd0818ed6f1193af">pw_client_get_core_resource</a></div><div class="ttdeci">struct pw_resource * pw_client_get_core_resource(struct pw_client *client)</div><div class="ttdoc">Get the client core resource.</div><div class="ttdef"><b>Definition:</b> client.c:413</div></div> +<div class="ttc" id="client_8h_html_aa0e39c39a833e97c54b6ce1e8d5eb3e2"><div class="ttname"><a href="client_8h.html#aa0e39c39a833e97c54b6ce1e8d5eb3e2">pw_client_update_permissions</a></div><div class="ttdeci">int pw_client_update_permissions(struct pw_client *client, uint32_t n_permissions, const struct pw_permission *permissions)</div><div class="ttdoc">Update the client permissions.</div><div class="ttdef"><b>Definition:</b> client.c:542</div></div> +<div class="ttc" id="structpw__client__events_html_a91d1547c2d7ba1ecd28160a559768bd4"><div class="ttname"><a href="structpw__client__events.html#a91d1547c2d7ba1ecd28160a559768bd4">pw_client_events::free</a></div><div class="ttdeci">void(* free)(void *data)</div><div class="ttdoc">emited right before the client is freed</div><div class="ttdef"><b>Definition:</b> client.h:92</div></div> +<div class="ttc" id="introspect_8h_html"><div class="ttname"><a href="introspect_8h.html">introspect.h</a></div></div> +<div class="ttc" id="structpw__client__events_html_a0b332f68b57b4554abb19b8ccb3674cf"><div class="ttname"><a href="structpw__client__events.html#a0b332f68b57b4554abb19b8ccb3674cf">pw_client_events::resource_removed</a></div><div class="ttdeci">void(* resource_removed)(void *data, struct pw_resource *resource)</div><div class="ttdoc">emited when a resource is removed</div><div class="ttdef"><b>Definition:</b> client.h:101</div></div> +<div class="ttc" id="client_8h_html_a097c0de3ead85df5988936a5f7411fa9"><div class="ttname"><a href="client_8h.html#a097c0de3ead85df5988936a5f7411fa9">pw_client_set_busy</a></div><div class="ttdeci">void pw_client_set_busy(struct pw_client *client, bool busy)</div><div class="ttdoc">Mark the client busy.</div><div class="ttdef"><b>Definition:</b> client.c:609</div></div> +<div class="ttc" id="client_8h_html_a82b0823127ba4ab4baf3f1aab5b3beb9"><div class="ttname"><a href="client_8h.html#a82b0823127ba4ab4baf3f1aab5b3beb9">pw_client_add_listener</a></div><div class="ttdeci">void pw_client_add_listener(struct pw_client *client, struct spa_hook *listener, const struct pw_client_events *events, void *data)</div><div class="ttdoc">listen to events from this client</div><div class="ttdef"><b>Definition:</b> client.c:489</div></div> +<div class="ttc" id="core_8h_html"><div class="ttname"><a href="core_8h.html">core.h</a></div></div> +<div class="ttc" id="structpw__client__events_html_af7d6081c5a54303d4ff74b6176cbccee"><div class="ttname"><a href="structpw__client__events.html#af7d6081c5a54303d4ff74b6176cbccee">pw_client_events::busy_changed</a></div><div class="ttdeci">void(* busy_changed)(void *data, bool busy)</div><div class="ttdoc">emited when the client becomes busy processing an asynchronous message.</div><div class="ttdef"><b>Definition:</b> client.h:106</div></div> +<div class="ttc" id="classpw__core_html"><div class="ttname"><a href="classpw__core.html">pw_core</a></div><div class="ttdoc">the core PipeWire object</div></div> +<div class="ttc" id="client_8h_html_a61aebf7d8e7c43b7b5509d0ed94c0c91"><div class="ttname"><a href="client_8h.html#a61aebf7d8e7c43b7b5509d0ed94c0c91">pw_client_get_properties</a></div><div class="ttdeci">const struct pw_properties * pw_client_get_properties(struct pw_client *client)</div><div class="ttdoc">Get the client properties.</div><div class="ttdef"><b>Definition:</b> client.c:431</div></div> +<div class="ttc" id="global_8h_html"><div class="ttname"><a href="global_8h.html">global.h</a></div></div> +<div class="ttc" id="classpw__client_html_aa6201ad8dcdedfef27774283860a4f1e"><div class="ttname"><a href="classpw__client.html#aa6201ad8dcdedfef27774283860a4f1e">pw_client::pw_client_update_properties</a></div><div class="ttdeci">SPA_EXPORT int pw_client_update_properties(struct pw_client *client, const struct spa_dict *dict)</div><div class="ttdoc">Update client properties.</div><div class="ttdef"><b>Definition:</b> client.c:515</div></div> +<div class="ttc" id="client_8h_html_a5523e67618e9df912146744a5cb9b2bf"><div class="ttname"><a href="client_8h.html#a5523e67618e9df912146744a5cb9b2bf">pw_client_get_global</a></div><div class="ttdeci">struct pw_global * pw_client_get_global(struct pw_client *client)</div><div class="ttdoc">Get the global associated with this client.</div><div class="ttdef"><b>Definition:</b> client.c:425</div></div> +<div class="ttc" id="structpw__permission_html"><div class="ttname"><a href="structpw__permission.html">pw_permission</a></div><div class="ttdoc">a PipeWire permission</div><div class="ttdef"><b>Definition:</b> permission.h:55</div></div> +<div class="ttc" id="client_8h_html_a44650bc0ee5b32b94564edd76b1ea05b"><div class="ttname"><a href="client_8h.html#a44650bc0ee5b32b94564edd76b1ea05b">pw_client_get_user_data</a></div><div class="ttdeci">void * pw_client_get_user_data(struct pw_client *client)</div><div class="ttdoc">Get the client user data.</div><div class="ttdef"><b>Definition:</b> client.c:437</div></div> +<div class="ttc" id="client_8h_html_a92b0702f790b1c6c63ebf280aea38a46"><div class="ttname"><a href="client_8h.html#a92b0702f790b1c6c63ebf280aea38a46">pw_client_get_core</a></div><div class="ttdeci">struct pw_core * pw_client_get_core(struct pw_client *client)</div><div class="ttdoc">Get the core used to create this client.</div><div class="ttdef"><b>Definition:</b> client.c:407</div></div> +<div class="ttc" id="permission_8h_html"><div class="ttname"><a href="permission_8h.html">permission.h</a></div></div> +<div class="ttc" id="structpw__client__info_html"><div class="ttname"><a href="structpw__client__info.html">pw_client_info</a></div><div class="ttdoc">The client information.</div><div class="ttdef"><b>Definition:</b> introspect.h:150</div></div> +<div class="ttc" id="resource_8h_html"><div class="ttname"><a href="resource_8h.html">resource.h</a></div></div> +<div class="ttc" id="classpw__client_html_a1240f3b1d2d8d0dcc712bfeca8aff185"><div class="ttname"><a href="classpw__client.html#a1240f3b1d2d8d0dcc712bfeca8aff185">pw_client::pw_client_destroy</a></div><div class="ttdeci">SPA_EXPORT void pw_client_destroy(struct pw_client *client)</div><div class="ttdoc">Destroy a client object.</div><div class="ttdef"><b>Definition:</b> client.c:457</div></div> +<div class="ttc" id="classpw__client_html"><div class="ttname"><a href="classpw__client.html">pw_client</a></div><div class="ttdoc">PipeWire client object class.</div></div> +<div class="ttc" id="classpw__resource_html"><div class="ttname"><a href="classpw__resource.html">pw_resource</a></div><div class="ttdoc">Client owned objects.</div></div> +<div class="ttc" id="properties_8h_html"><div class="ttname"><a href="properties_8h.html">properties.h</a></div></div> +<div class="ttc" id="structpw__client__events_html_a6068da05dba35d7e60dffa29c38cfb44"><div class="ttname"><a href="structpw__client__events.html#a6068da05dba35d7e60dffa29c38cfb44">pw_client_events::destroy</a></div><div class="ttdeci">void(* destroy)(void *data)</div><div class="ttdoc">emited when the client is destroyed</div><div class="ttdef"><b>Definition:</b> client.h:89</div></div> +<div class="ttc" id="structpw__client__events_html_a0ceb2ae8884ca4a30bae720198410075"><div class="ttname"><a href="structpw__client__events.html#a0ceb2ae8884ca4a30bae720198410075">pw_client_events::version</a></div><div class="ttdeci">uint32_t version</div><div class="ttdef"><b>Definition:</b> client.h:86</div></div> +<div class="ttc" id="classpw__global_html"><div class="ttname"><a href="classpw__global.html">pw_global</a></div><div class="ttdoc">A global object visible to remote clients.</div></div> +<div class="ttc" id="client_8h_html_a5bd5bff7c28d00963a1ed9cab02b7d66"><div class="ttname"><a href="client_8h.html#a5bd5bff7c28d00963a1ed9cab02b7d66">pw_client_register</a></div><div class="ttdeci">int pw_client_register(struct pw_client *client, struct pw_client *owner, struct pw_global *parent, struct pw_properties *properties)</div><div class="ttdoc">Finish configuration and register a client.</div><div class="ttdef"><b>Definition:</b> client.c:370</div></div> +<div class="ttc" id="structpw__client__events_html_a6aa842676906f55c58c6f7481fa80a94"><div class="ttname"><a href="structpw__client__events.html#a6aa842676906f55c58c6f7481fa80a94">pw_client_events::info_changed</a></div><div class="ttdeci">void(* info_changed)(void *data, const struct pw_client_info *info)</div><div class="ttdoc">emited when the client info changed</div><div class="ttdef"><b>Definition:</b> client.h:95</div></div> +<div class="ttc" id="structpw__client__events_html_a064bb63607c0242437f6feb9bf819106"><div class="ttname"><a href="structpw__client__events.html#a064bb63607c0242437f6feb9bf819106">pw_client_events::resource_added</a></div><div class="ttdeci">void(* resource_added)(void *data, struct pw_resource *resource)</div><div class="ttdoc">emited when a new resource is added for client</div><div class="ttdef"><b>Definition:</b> client.h:98</div></div> +<div class="ttc" id="client_8h_html_a6a3270c6d64be59137c0d40069059169"><div class="ttname"><a href="client_8h.html#a6a3270c6d64be59137c0d40069059169">pw_client_find_resource</a></div><div class="ttdeci">struct pw_resource * pw_client_find_resource(struct pw_client *client, uint32_t id)</div><div class="ttdoc">Get a resource with the given id.</div><div class="ttdef"><b>Definition:</b> client.c:419</div></div> +<div class="ttc" id="classpw__client_html_aace8634f25e970be554644d5edd14c46"><div class="ttname"><a href="classpw__client.html#aace8634f25e970be554644d5edd14c46">pw_client::pw_client_new</a></div><div class="ttdeci">SPA_EXPORT struct pw_client * pw_client_new(struct pw_core *core, struct pw_properties *properties, size_t user_data_size)</div><div class="ttdoc">Make a new client object.</div><div class="ttdef"><b>Definition:</b> client.c:283</div></div> +<div class="ttc" id="structpw__client__events_html"><div class="ttname"><a href="structpw__client__events.html">pw_client_events</a></div><div class="ttdoc">The events that a client can emit.</div><div class="ttdef"><b>Definition:</b> client.h:84</div></div> +<div class="ttc" id="structdata_html"><div class="ttname"><a href="structdata.html">data</a></div><div class="ttdef"><b>Definition:</b> stream.c:69</div></div> +</div><!-- fragment --></div><!-- contents --> +</div><!-- doc-content --> +<!-- start footer part --> +<div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> + <ul> + <li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_7129a66c92fe7beef816c2ac906ef0b3.html">pipewire</a></li><li class="navelem"><a class="el" href="client_8h.html">client.h</a></li> + <li class="footer">Generated by + <a href="http://www.doxygen.org/index.html"> + <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.15 </li> + </ul> +</div> +</body> +</html> |