diff options
Diffstat (limited to 'build/doc/html/navtreedata.js')
-rw-r--r-- | build/doc/html/navtreedata.js | 91 |
1 files changed, 91 insertions, 0 deletions
diff --git a/build/doc/html/navtreedata.js b/build/doc/html/navtreedata.js new file mode 100644 index 00000000..5a391ffd --- /dev/null +++ b/build/doc/html/navtreedata.js @@ -0,0 +1,91 @@ +/* +@ @licstart The following is the entire license notice for the +JavaScript code in this file. + +Copyright (C) 1997-2017 by Dimitri van Heesch + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + +You should have received a copy of the GNU General Public License along +with this program; if not, write to the Free Software Foundation, Inc., +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +@licend The above is the entire license notice +for the JavaScript code in this file +*/ +var NAVTREE = +[ + [ "PipeWire", "index.html", [ + [ "Introduction", "index.html#sec_intro", null ], + [ "Error reporting", "index.html#sec_errors", null ], + [ "Logging", "index.html#sec_logging", null ], + [ "Core API", "page_core_api.html", "page_core_api" ], + [ "Remote API", "page_remote_api.html", "page_remote_api" ], + [ "Control", "page_control.html", [ + [ "Overview", "page_control.html#page_control_overview", null ] + ] ], + [ "The PipeWire protocol", "page_pipewire_protocol.html", "page_pipewire_protocol" ], + [ "Media Streams", "page_streams.html", [ + [ "Overview", "page_streams.html#sec_overview", null ], + [ "Create", "page_streams.html#sec_create", null ], + [ "Connect", "page_streams.html#sec_connect", [ + [ "Stream target", "page_streams.html#ssec_stream_target", null ], + [ "Stream formats", "page_streams.html#ssec_stream_formats", null ] + ] ], + [ "Format negotiation", "page_streams.html#sec_format", null ], + [ "Buffer negotiation", "page_streams.html#sec_buffers", null ], + [ "Streaming", "page_streams.html#sec_streaming", [ + [ "Consume data", "page_streams.html#ssec_consume", null ], + [ "Produce data", "page_streams.html#ssec_produce", null ] + ] ], + [ "Disconnect", "page_streams.html#sec_stream_disconnect", null ] + ] ], + [ "Data Structures", "annotated.html", [ + [ "Data Structures", "annotated.html", "annotated_dup" ], + [ "Data Structure Index", "classes.html", null ], + [ "Data Fields", "functions.html", [ + [ "All", "functions.html", "functions_dup" ], + [ "Functions", "functions_func.html", null ], + [ "Variables", "functions_vars.html", "functions_vars" ], + [ "Typedefs", "functions_type.html", null ], + [ "Enumerations", "functions_enum.html", null ], + [ "Related Functions", "functions_rela.html", null ] + ] ] + ] ], + [ "Files", "files.html", [ + [ "File List", "files.html", "files_dup" ], + [ "Globals", "globals.html", [ + [ "All", "globals.html", "globals_dup" ], + [ "Functions", "globals_func.html", "globals_func" ], + [ "Variables", "globals_vars.html", null ], + [ "Typedefs", "globals_type.html", null ], + [ "Enumerations", "globals_enum.html", null ], + [ "Enumerator", "globals_eval.html", null ], + [ "Macros", "globals_defs.html", "globals_defs" ] + ] ] + ] ] + ] ] +]; + +var NAVTREEINDEX = +[ +"annotated.html", +"device_8h.html#ae67fafae0511fc68a59e9a4d9151228a", +"interfaces_8h.html#ab39d0603de926a5a54af38c3cfd9eb2b", +"link_8c.html#af22965afe981c8a496ca78018c5965d5", +"page_streams.html#ssec_stream_formats", +"stream_8c.html#a49bc4fcdc6924fbb895066dc4bda8559", +"structpw__factory__info.html#a297ebbcd0259b5e4d5ef7d1875abd3e5", +"structpw__remote__events.html#ab50c8c514c75eed5ace91f7fa294612c" +]; + +var SYNCONMSG = 'click to disable panel synchronisation'; +var SYNCOFFMSG = 'click to enable panel synchronisation';
\ No newline at end of file |