summaryrefslogtreecommitdiff
path: root/build/doc/html/core_8h_source.html
diff options
context:
space:
mode:
Diffstat (limited to 'build/doc/html/core_8h_source.html')
-rw-r--r--build/doc/html/core_8h_source.html122
1 files changed, 122 insertions, 0 deletions
diff --git a/build/doc/html/core_8h_source.html b/build/doc/html/core_8h_source.html
new file mode 100644
index 00000000..1e5a3f7d
--- /dev/null
+++ b/build/doc/html/core_8h_source.html
@@ -0,0 +1,122 @@
+<!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: core.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&amp;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
+ &#160;<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&amp;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&amp;dn=gpl-2.0.txt GPL-v2 */
+$(document).ready(function(){initNavTree('core_8h_source.html','');});
+/* @license-end */
+</script>
+<div id="doc-content">
+<div class="header">
+ <div class="headertitle">
+<div class="title">core.h</div> </div>
+</div><!--header-->
+<div class="contents">
+<a href="core_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>&#160;<span class="comment">/* PipeWire</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment"> * Copyright © 2018 Wim Taymans</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<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>&#160;<span class="comment"> * copy of this software and associated documentation files (the &quot;Software&quot;),</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<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>&#160;<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>&#160;<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>&#160;<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>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<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>&#160;<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>&#160;<span class="comment"> * Software.</span></div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<span class="comment"> * THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR</span></div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;<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>&#160;<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>&#160;<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>&#160;<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>&#160;<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>&#160;<span class="comment"> * DEALINGS IN THE SOFTWARE.</span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;<span class="comment"> */</span></div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;</div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;<span class="preprocessor">#ifndef PIPEWIRE_CORE_H</span></div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;<span class="preprocessor">#define PIPEWIRE_CORE_H</span></div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;</div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160;<span class="preprocessor">#ifdef __cplusplus</span></div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160;<span class="keyword">extern</span> <span class="stringliteral">&quot;C&quot;</span> {</div><div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160;<span class="preprocessor">#endif</span></div><div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160;</div><div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160;<span class="preprocessor">#include &lt;spa/utils/defs.h&gt;</span></div><div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160;<span class="preprocessor">#include &lt;spa/utils/hook.h&gt;</span></div><div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160;</div><div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160;<span class="keyword">struct </span><a class="code" href="classpw__core.html">pw_core</a>;</div><div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160;</div><div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="client_8h.html">pipewire/client.h</a>&gt;</span></div><div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="introspect_8h.html">pipewire/introspect.h</a>&gt;</span></div><div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="global_8h.html">pipewire/global.h</a>&gt;</span></div><div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="loop_8h.html">pipewire/loop.h</a>&gt;</span></div><div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="factory_8h.html">pipewire/factory.h</a>&gt;</span></div><div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="properties_8h.html">pipewire/properties.h</a>&gt;</span></div><div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160;</div><div class="line"><a name="l00080"></a><span class="lineno"><a class="line" href="structpw__core__events.html"> 80</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structpw__core__events.html">pw_core_events</a> {</div><div class="line"><a name="l00081"></a><span class="lineno"><a class="line" href="core_8h.html#aecb5def77dc04e427fda3af43fe56646"> 81</a></span>&#160;<span class="preprocessor">#define PW_VERSION_CORE_EVENTS 0</span></div><div class="line"><a name="l00082"></a><span class="lineno"><a class="line" href="structpw__core__events.html#a8d568483182f9bdd13d8d4acbac462b7"> 82</a></span>&#160; uint32_t <a class="code" href="structpw__core__events.html#a8d568483182f9bdd13d8d4acbac462b7">version</a>;</div><div class="line"><a name="l00083"></a><span class="lineno"> 83</span>&#160;</div><div class="line"><a name="l00085"></a><span class="lineno"><a class="line" href="structpw__core__events.html#ad113c7e65eb091bc692f5eba97de08c3"> 85</a></span>&#160; void (*<a class="code" href="structpw__core__events.html#ad113c7e65eb091bc692f5eba97de08c3">destroy</a>) (<span class="keywordtype">void</span> *<a class="code" href="structdata.html">data</a>);</div><div class="line"><a name="l00087"></a><span class="lineno"><a class="line" href="structpw__core__events.html#a33430dab068ca516098384552798b6ef"> 87</a></span>&#160; void (*<a class="code" href="structpw__core__events.html#a33430dab068ca516098384552798b6ef">free</a>) (<span class="keywordtype">void</span> *<a class="code" href="structdata.html">data</a>);</div><div class="line"><a name="l00089"></a><span class="lineno"><a class="line" href="structpw__core__events.html#a8f459316d697037b49713a8cd446028c"> 89</a></span>&#160; void (*<a class="code" href="structpw__core__events.html#a8f459316d697037b49713a8cd446028c">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__core__info.html">pw_core_info</a> *info);</div><div class="line"><a name="l00091"></a><span class="lineno"><a class="line" href="structpw__core__events.html#a26e708b711cd4fc87e06d3c261902c7b"> 91</a></span>&#160; void (*<a class="code" href="structpw__core__events.html#a26e708b711cd4fc87e06d3c261902c7b">check_access</a>) (<span class="keywordtype">void</span> *<a class="code" href="structdata.html">data</a>, <span class="keyword">struct </span><a class="code" href="classpw__client.html">pw_client</a> *client);</div><div class="line"><a name="l00093"></a><span class="lineno"><a class="line" href="structpw__core__events.html#a14cd89e49e01ca504f1ae56e96c76e65"> 93</a></span>&#160; void (*<a class="code" href="structpw__core__events.html#a14cd89e49e01ca504f1ae56e96c76e65">global_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__global.html">pw_global</a> *global);</div><div class="line"><a name="l00095"></a><span class="lineno"><a class="line" href="structpw__core__events.html#a1e1bdad9e61ced19f779d129a2cdb3f5"> 95</a></span>&#160; void (*<a class="code" href="structpw__core__events.html#a1e1bdad9e61ced19f779d129a2cdb3f5">global_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__global.html">pw_global</a> *global);</div><div class="line"><a name="l00096"></a><span class="lineno"> 96</span>&#160;};</div><div class="line"><a name="l00097"></a><span class="lineno"> 97</span>&#160;</div><div class="line"><a name="l00099"></a><span class="lineno"> 99</span>&#160;<span class="keyword">struct </span><a class="code" href="classpw__core.html">pw_core</a> * <a class="code" href="classpw__core.html#a149d054319a8cd3fb6206b233d2476cd">pw_core_new</a>(<span class="keyword">struct</span> <a class="code" href="structpw__loop.html">pw_loop</a> *main_loop, </div><div class="line"><a name="l00100"></a><span class="lineno"> 100</span>&#160; <span class="keyword">struct</span> <a class="code" href="structpw__properties.html">pw_properties</a> *<a class="code" href="structprops.html">props</a>, </div><div class="line"><a name="l00101"></a><span class="lineno"> 101</span>&#160; <span class="keywordtype">size_t</span> user_data_size );</div><div class="line"><a name="l00102"></a><span class="lineno"> 102</span>&#160;</div><div class="line"><a name="l00104"></a><span class="lineno"> 104</span>&#160;<span class="keywordtype">void</span> <a class="code" href="classpw__core.html#a3fe8a902e97223d11c0e8e4640c16379">pw_core_destroy</a>(<span class="keyword">struct</span> <a class="code" href="classpw__core.html">pw_core</a> *core);</div><div class="line"><a name="l00105"></a><span class="lineno"> 105</span>&#160;</div><div class="line"><a name="l00107"></a><span class="lineno"> 107</span>&#160;<span class="keywordtype">void</span> *<a class="code" href="core_8h.html#a81e701a48df18c8992c262e6ecd5a741">pw_core_get_user_data</a>(<span class="keyword">struct</span> <a class="code" href="classpw__core.html">pw_core</a> *core);</div><div class="line"><a name="l00108"></a><span class="lineno"> 108</span>&#160;</div><div class="line"><a name="l00110"></a><span class="lineno"> 110</span>&#160;<span class="keywordtype">void</span> <a class="code" href="core_8h.html#aaadab34920b5de0fd1ece5968a0f01b5">pw_core_add_listener</a>(<span class="keyword">struct</span> <a class="code" href="classpw__core.html">pw_core</a> *core,</div><div class="line"><a name="l00111"></a><span class="lineno"> 111</span>&#160; <span class="keyword">struct</span> spa_hook *listener,</div><div class="line"><a name="l00112"></a><span class="lineno"> 112</span>&#160; <span class="keyword">const</span> <span class="keyword">struct</span> <a class="code" href="structpw__core__events.html">pw_core_events</a> *events,</div><div class="line"><a name="l00113"></a><span class="lineno"> 113</span>&#160; <span class="keywordtype">void</span> *<a class="code" href="structdata.html">data</a>);</div><div class="line"><a name="l00114"></a><span class="lineno"> 114</span>&#160;</div><div class="line"><a name="l00116"></a><span class="lineno"> 116</span>&#160;<span class="keyword">const</span> <span class="keyword">struct </span><a class="code" href="structpw__core__info.html">pw_core_info</a> *<a class="code" href="core_8h.html#a32c26764e61f815962fa05f5f82ed7d0">pw_core_get_info</a>(<span class="keyword">struct</span> <a class="code" href="classpw__core.html">pw_core</a> *core);</div><div class="line"><a name="l00117"></a><span class="lineno"> 117</span>&#160;</div><div class="line"><a name="l00119"></a><span class="lineno"> 119</span>&#160;<span class="keyword">struct </span><a class="code" href="classpw__global.html">pw_global</a> *<a class="code" href="core_8h.html#a7b70cabc1099c945b082d155adff30be">pw_core_get_global</a>(<span class="keyword">struct</span> <a class="code" href="classpw__core.html">pw_core</a> *core);</div><div class="line"><a name="l00120"></a><span class="lineno"> 120</span>&#160;</div><div class="line"><a name="l00122"></a><span class="lineno"> 122</span>&#160;<span class="keyword">const</span> <span class="keyword">struct </span><a class="code" href="structpw__properties.html">pw_properties</a> *<a class="code" href="core_8h.html#ac1fcf434e5d5080943c15fc07fa29a99">pw_core_get_properties</a>(<span class="keyword">struct</span> <a class="code" href="classpw__core.html">pw_core</a> *core);</div><div class="line"><a name="l00123"></a><span class="lineno"> 123</span>&#160;</div><div class="line"><a name="l00125"></a><span class="lineno"> 125</span>&#160;<span class="keywordtype">int</span> <a class="code" href="classpw__core.html#a9f93e4947d5c6c6beba5030f6ca4c4d4">pw_core_update_properties</a>(<span class="keyword">struct</span> <a class="code" href="classpw__core.html">pw_core</a> *core, <span class="keyword">const</span> <span class="keyword">struct</span> spa_dict *<a class="code" href="structpw__properties.html#a70aa5816bde60f5511f2308971794881">dict</a>);</div><div class="line"><a name="l00126"></a><span class="lineno"> 126</span>&#160;</div><div class="line"><a name="l00128"></a><span class="lineno"> 128</span>&#160;<span class="keyword">const</span> <span class="keyword">struct </span>spa_support *<a class="code" href="core_8h.html#a8833ae17b3e39130b3f9c5efe799d057">pw_core_get_support</a>(<span class="keyword">struct</span> <a class="code" href="classpw__core.html">pw_core</a> *core, uint32_t *n_support);</div><div class="line"><a name="l00129"></a><span class="lineno"> 129</span>&#160;</div><div class="line"><a name="l00131"></a><span class="lineno"> 131</span>&#160;<span class="keyword">struct </span><a class="code" href="structpw__loop.html">pw_loop</a> *<a class="code" href="core_8h.html#a7f93de0a13b103b66b3c283151acd511">pw_core_get_main_loop</a>(<span class="keyword">struct</span> <a class="code" href="classpw__core.html">pw_core</a> *core);</div><div class="line"><a name="l00132"></a><span class="lineno"> 132</span>&#160;</div><div class="line"><a name="l00137"></a><span class="lineno"> 137</span>&#160;<span class="keywordtype">int</span> <a class="code" href="core_8h.html#aa2cd9bb4187f992108f8110143262968">pw_core_for_each_global</a>(<span class="keyword">struct</span> <a class="code" href="classpw__core.html">pw_core</a> *core, </div><div class="line"><a name="l00138"></a><span class="lineno"> 138</span>&#160; <span class="keywordtype">int</span> (*callback) (<span class="keywordtype">void</span> *<a class="code" href="structdata.html">data</a>, <span class="keyword">struct</span> <a class="code" href="classpw__global.html">pw_global</a> *global),</div><div class="line"><a name="l00139"></a><span class="lineno"> 139</span>&#160; <span class="keywordtype">void</span> *<a class="code" href="structdata.html">data</a>);</div><div class="line"><a name="l00140"></a><span class="lineno"> 140</span>&#160;</div><div class="line"><a name="l00142"></a><span class="lineno"> 142</span>&#160;<span class="keyword">struct </span><a class="code" href="classpw__global.html">pw_global</a> *<a class="code" href="core_8h.html#a2fb1ec794839834c891c627441502e3e">pw_core_find_global</a>(<span class="keyword">struct</span> <a class="code" href="classpw__core.html">pw_core</a> *core, </div><div class="line"><a name="l00143"></a><span class="lineno"> 143</span>&#160; uint32_t <span class="keywordtype">id</span> );</div><div class="line"><a name="l00144"></a><span class="lineno"> 144</span>&#160;</div><div class="line"><a name="l00146"></a><span class="lineno"> 146</span>&#160;<span class="keyword">struct </span><a class="code" href="classpw__factory.html">pw_factory</a> *</div><div class="line"><a name="l00147"></a><span class="lineno"> 147</span>&#160;<a class="code" href="classpw__core.html#abffc2dad96073f10fb01a701789b0a6a">pw_core_find_factory</a>(<span class="keyword">struct</span> <a class="code" href="classpw__core.html">pw_core</a> *core ,</div><div class="line"><a name="l00148"></a><span class="lineno"> 148</span>&#160; <span class="keyword">const</span> <span class="keywordtype">char</span> *name );</div><div class="line"><a name="l00149"></a><span class="lineno"> 149</span>&#160;</div><div class="line"><a name="l00151"></a><span class="lineno"> 151</span>&#160;<span class="keywordtype">int</span> <a class="code" href="core_8h.html#a004ff9bdea6d463c19422eb233c429c0">pw_core_add_spa_lib</a>(<span class="keyword">struct</span> <a class="code" href="classpw__core.html">pw_core</a> *core, <span class="keyword">const</span> <span class="keywordtype">char</span> *factory_regex, <span class="keyword">const</span> <span class="keywordtype">char</span> *lib);</div><div class="line"><a name="l00152"></a><span class="lineno"> 152</span>&#160;</div><div class="line"><a name="l00154"></a><span class="lineno"> 154</span>&#160;<span class="keyword">const</span> <span class="keywordtype">char</span> * <a class="code" href="core_8h.html#a36ab5436376a779f633e7eabc1484024">pw_core_find_spa_lib</a>(<span class="keyword">struct</span> <a class="code" href="classpw__core.html">pw_core</a> *core, <span class="keyword">const</span> <span class="keywordtype">char</span> *factory_name);</div><div class="line"><a name="l00155"></a><span class="lineno"> 155</span>&#160;</div><div class="line"><a name="l00156"></a><span class="lineno"> 156</span>&#160;<span class="keyword">struct </span>spa_handle *<a class="code" href="core_8h.html#a28e84ddea90a27d8e17802b1505a78a1">pw_core_load_spa_handle</a>(<span class="keyword">struct</span> <a class="code" href="classpw__core.html">pw_core</a> *core,</div><div class="line"><a name="l00157"></a><span class="lineno"> 157</span>&#160; <span class="keyword">const</span> <span class="keywordtype">char</span> *factory_name,</div><div class="line"><a name="l00158"></a><span class="lineno"> 158</span>&#160; <span class="keyword">const</span> <span class="keyword">struct</span> spa_dict *info);</div><div class="line"><a name="l00159"></a><span class="lineno"> 159</span>&#160;</div><div class="line"><a name="l00160"></a><span class="lineno"> 160</span>&#160;<span class="preprocessor">#ifdef __cplusplus</span></div><div class="line"><a name="l00161"></a><span class="lineno"> 161</span>&#160;}</div><div class="line"><a name="l00162"></a><span class="lineno"> 162</span>&#160;<span class="preprocessor">#endif</span></div><div class="line"><a name="l00163"></a><span class="lineno"> 163</span>&#160;</div><div class="line"><a name="l00164"></a><span class="lineno"> 164</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* PIPEWIRE_CORE_H */</span><span class="preprocessor"></span></div><div class="ttc" id="core_8h_html_ac1fcf434e5d5080943c15fc07fa29a99"><div class="ttname"><a href="core_8h.html#ac1fcf434e5d5080943c15fc07fa29a99">pw_core_get_properties</a></div><div class="ttdeci">const struct pw_properties * pw_core_get_properties(struct pw_core *core)</div><div class="ttdoc">Get the core properties.</div><div class="ttdef"><b>Definition:</b> core.c:716</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="core_8h_html_a81e701a48df18c8992c262e6ecd5a741"><div class="ttname"><a href="core_8h.html#a81e701a48df18c8992c262e6ecd5a741">pw_core_get_user_data</a></div><div class="ttdeci">void * pw_core_get_user_data(struct pw_core *core)</div><div class="ttdoc">Get the core user data.</div><div class="ttdef"><b>Definition:</b> core.c:676</div></div>
+<div class="ttc" id="core_8h_html_a36ab5436376a779f633e7eabc1484024"><div class="ttname"><a href="core_8h.html#a36ab5436376a779f633e7eabc1484024">pw_core_find_spa_lib</a></div><div class="ttdeci">const char * pw_core_find_spa_lib(struct pw_core *core, const char *factory_name)</div><div class="ttdoc">find the library name for a spa factory</div><div class="ttdef"><b>Definition:</b> core.c:1155</div></div>
+<div class="ttc" id="structprops_html"><div class="ttname"><a href="structprops.html">props</a></div><div class="ttdef"><b>Definition:</b> stream.c:95</div></div>
+<div class="ttc" id="structpw__core__events_html"><div class="ttname"><a href="structpw__core__events.html">pw_core_events</a></div><div class="ttdoc">core events emited by the core object added with pw_core_add_listener</div><div class="ttdef"><b>Definition:</b> core.h:80</div></div>
+<div class="ttc" id="classpw__core_html_a3fe8a902e97223d11c0e8e4640c16379"><div class="ttname"><a href="classpw__core.html#a3fe8a902e97223d11c0e8e4640c16379">pw_core::pw_core_destroy</a></div><div class="ttdeci">SPA_EXPORT void pw_core_destroy(struct pw_core *core)</div><div class="ttdoc">Destroy a core object.</div><div class="ttdef"><b>Definition:</b> core.c:618</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__loop_html"><div class="ttname"><a href="structpw__loop.html">pw_loop</a></div><div class="ttdoc">PipeWire loop object provides an implementation of the spa loop interfaces.</div><div class="ttdef"><b>Definition:</b> loop.h:42</div></div>
+<div class="ttc" id="core_8h_html_a32c26764e61f815962fa05f5f82ed7d0"><div class="ttname"><a href="core_8h.html#a32c26764e61f815962fa05f5f82ed7d0">pw_core_get_info</a></div><div class="ttdeci">const struct pw_core_info * pw_core_get_info(struct pw_core *core)</div><div class="ttdoc">Get the core info object.</div><div class="ttdef"><b>Definition:</b> core.c:682</div></div>
+<div class="ttc" id="structpw__properties_html_a70aa5816bde60f5511f2308971794881"><div class="ttname"><a href="structpw__properties.html#a70aa5816bde60f5511f2308971794881">pw_properties::dict</a></div><div class="ttdeci">struct spa_dict dict</div><div class="ttdoc">dictionary of key/values</div><div class="ttdef"><b>Definition:</b> properties.h:44</div></div>
+<div class="ttc" id="structpw__core__events_html_ad113c7e65eb091bc692f5eba97de08c3"><div class="ttname"><a href="structpw__core__events.html#ad113c7e65eb091bc692f5eba97de08c3">pw_core_events::destroy</a></div><div class="ttdeci">void(* destroy)(void *data)</div><div class="ttdoc">The core is being destroyed.</div><div class="ttdef"><b>Definition:</b> core.h:85</div></div>
+<div class="ttc" id="core_8h_html_a8833ae17b3e39130b3f9c5efe799d057"><div class="ttname"><a href="core_8h.html#a8833ae17b3e39130b3f9c5efe799d057">pw_core_get_support</a></div><div class="ttdeci">const struct spa_support * pw_core_get_support(struct pw_core *core, uint32_t *n_support)</div><div class="ttdoc">Get the core support objects.</div><div class="ttdef"><b>Definition:</b> core.c:703</div></div>
+<div class="ttc" id="structpw__core__events_html_a8d568483182f9bdd13d8d4acbac462b7"><div class="ttname"><a href="structpw__core__events.html#a8d568483182f9bdd13d8d4acbac462b7">pw_core_events::version</a></div><div class="ttdeci">uint32_t version</div><div class="ttdef"><b>Definition:</b> core.h:82</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="core_8h_html_a2fb1ec794839834c891c627441502e3e"><div class="ttname"><a href="core_8h.html#a2fb1ec794839834c891c627441502e3e">pw_core_find_global</a></div><div class="ttdeci">struct pw_global * pw_core_find_global(struct pw_core *core, uint32_t id)</div><div class="ttdoc">Find a core global by id.</div><div class="ttdef"><b>Definition:</b> core.c:776</div></div>
+<div class="ttc" id="structpw__core__info_html"><div class="ttname"><a href="structpw__core__info.html">pw_core_info</a></div><div class="ttdoc">The core information.</div><div class="ttdef"><b>Definition:</b> introspect.h:80</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="structpw__core__events_html_a1e1bdad9e61ced19f779d129a2cdb3f5"><div class="ttname"><a href="structpw__core__events.html#a1e1bdad9e61ced19f779d129a2cdb3f5">pw_core_events::global_removed</a></div><div class="ttdeci">void(* global_removed)(void *data, struct pw_global *global)</div><div class="ttdoc">a global object was removed</div><div class="ttdef"><b>Definition:</b> core.h:95</div></div>
+<div class="ttc" id="classpw__core_html_abffc2dad96073f10fb01a701789b0a6a"><div class="ttname"><a href="classpw__core.html#abffc2dad96073f10fb01a701789b0a6a">pw_core::pw_core_find_factory</a></div><div class="ttdeci">SPA_EXPORT struct pw_factory * pw_core_find_factory(struct pw_core *core, const char *name)</div><div class="ttdoc">Find a factory by name.</div><div class="ttdef"><b>Definition:</b> core.c:1036</div></div>
+<div class="ttc" id="loop_8h_html"><div class="ttname"><a href="loop_8h.html">loop.h</a></div></div>
+<div class="ttc" id="core_8h_html_a004ff9bdea6d463c19422eb233c429c0"><div class="ttname"><a href="core_8h.html#a004ff9bdea6d463c19422eb233c429c0">pw_core_add_spa_lib</a></div><div class="ttdeci">int pw_core_add_spa_lib(struct pw_core *core, const char *factory_regex, const char *lib)</div><div class="ttdoc">add a spa library for the given factory_name regex</div><div class="ttdef"><b>Definition:</b> core.c:1130</div></div>
+<div class="ttc" id="structpw__core__events_html_a33430dab068ca516098384552798b6ef"><div class="ttname"><a href="structpw__core__events.html#a33430dab068ca516098384552798b6ef">pw_core_events::free</a></div><div class="ttdeci">void(* free)(void *data)</div><div class="ttdoc">The core is being freed.</div><div class="ttdef"><b>Definition:</b> core.h:87</div></div>
+<div class="ttc" id="classpw__factory_html"><div class="ttname"><a href="classpw__factory.html">pw_factory</a></div><div class="ttdoc">PipeWire factory interface.</div></div>
+<div class="ttc" id="core_8h_html_a7b70cabc1099c945b082d155adff30be"><div class="ttname"><a href="core_8h.html#a7b70cabc1099c945b082d155adff30be">pw_core_get_global</a></div><div class="ttdeci">struct pw_global * pw_core_get_global(struct pw_core *core)</div><div class="ttdoc">Get the core global object.</div><div class="ttdef"><b>Definition:</b> core.c:688</div></div>
+<div class="ttc" id="classpw__core_html_a149d054319a8cd3fb6206b233d2476cd"><div class="ttname"><a href="classpw__core.html#a149d054319a8cd3fb6206b233d2476cd">pw_core::pw_core_new</a></div><div class="ttdeci">SPA_EXPORT struct pw_core * pw_core_new(struct pw_loop *main_loop, struct pw_properties *properties, size_t user_data_size)</div><div class="ttdoc">Create a new core object.</div><div class="ttdef"><b>Definition:</b> core.c:463</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="factory_8h_html"><div class="ttname"><a href="factory_8h.html">factory.h</a></div></div>
+<div class="ttc" id="core_8h_html_aa2cd9bb4187f992108f8110143262968"><div class="ttname"><a href="core_8h.html#aa2cd9bb4187f992108f8110143262968">pw_core_for_each_global</a></div><div class="ttdeci">int pw_core_for_each_global(struct pw_core *core, int(*callback)(void *data, struct pw_global *global), void *data)</div><div class="ttdoc">Iterate the globals of the core.</div><div class="ttdef"><b>Definition:</b> core.c:758</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="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="core_8h_html_a28e84ddea90a27d8e17802b1505a78a1"><div class="ttname"><a href="core_8h.html#a28e84ddea90a27d8e17802b1505a78a1">pw_core_load_spa_handle</a></div><div class="ttdeci">struct spa_handle * pw_core_load_spa_handle(struct pw_core *core, const char *factory_name, const struct spa_dict *info)</div><div class="ttdef"><b>Definition:</b> core.c:1167</div></div>
+<div class="ttc" id="core_8h_html_a7f93de0a13b103b66b3c283151acd511"><div class="ttname"><a href="core_8h.html#a7f93de0a13b103b66b3c283151acd511">pw_core_get_main_loop</a></div><div class="ttdeci">struct pw_loop * pw_core_get_main_loop(struct pw_core *core)</div><div class="ttdoc">get the core main loop</div><div class="ttdef"><b>Definition:</b> core.c:710</div></div>
+<div class="ttc" id="client_8h_html"><div class="ttname"><a href="client_8h.html">client.h</a></div></div>
+<div class="ttc" id="core_8h_html_aaadab34920b5de0fd1ece5968a0f01b5"><div class="ttname"><a href="core_8h.html#aaadab34920b5de0fd1ece5968a0f01b5">pw_core_add_listener</a></div><div class="ttdeci">void pw_core_add_listener(struct pw_core *core, struct spa_hook *listener, const struct pw_core_events *events, void *data)</div><div class="ttdoc">Add a new event listener to a core.</div><div class="ttdef"><b>Definition:</b> core.c:694</div></div>
+<div class="ttc" id="structpw__core__events_html_a8f459316d697037b49713a8cd446028c"><div class="ttname"><a href="structpw__core__events.html#a8f459316d697037b49713a8cd446028c">pw_core_events::info_changed</a></div><div class="ttdeci">void(* info_changed)(void *data, const struct pw_core_info *info)</div><div class="ttdoc">The core info changed, use pw_core_get_info() to get the updated info.</div><div class="ttdef"><b>Definition:</b> core.h:89</div></div>
+<div class="ttc" id="structpw__core__events_html_a26e708b711cd4fc87e06d3c261902c7b"><div class="ttname"><a href="structpw__core__events.html#a26e708b711cd4fc87e06d3c261902c7b">pw_core_events::check_access</a></div><div class="ttdeci">void(* check_access)(void *data, struct pw_client *client)</div><div class="ttdoc">a new client object is added</div><div class="ttdef"><b>Definition:</b> core.h:91</div></div>
+<div class="ttc" id="structpw__core__events_html_a14cd89e49e01ca504f1ae56e96c76e65"><div class="ttname"><a href="structpw__core__events.html#a14cd89e49e01ca504f1ae56e96c76e65">pw_core_events::global_added</a></div><div class="ttdeci">void(* global_added)(void *data, struct pw_global *global)</div><div class="ttdoc">a new global object was added</div><div class="ttdef"><b>Definition:</b> core.h:93</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 class="ttc" id="classpw__core_html_a9f93e4947d5c6c6beba5030f6ca4c4d4"><div class="ttname"><a href="classpw__core.html#a9f93e4947d5c6c6beba5030f6ca4c4d4">pw_core::pw_core_update_properties</a></div><div class="ttdeci">SPA_EXPORT int pw_core_update_properties(struct pw_core *core, const struct spa_dict *dict)</div><div class="ttdoc">Update core properties.</div><div class="ttdef"><b>Definition:</b> core.c:731</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="core_8h.html">core.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>