Skip to content

Commit 548c631

Browse files
committed
Doxygen
1 parent ab4244d commit 548c631

File tree

169 files changed

+3230
-2169
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

169 files changed

+3230
-2169
lines changed

docs/html/_audio_http_8h_source.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@
7171
<div class="contents">
7272
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="preprocessor">#pragma once</span></div>
7373
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="preprocessor">#include &quot;AudioHttp/URLStream.h&quot;</span></div>
74-
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="preprocessor">#include &quot;AudioHttp/URLStreamESP32.h&quot;</span></div>
74+
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="preprocessor">#include &quot;AudioHttp/URLStreamBuffered.h&quot;</span></div>
7575
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="preprocessor">#include &quot;AudioHttp/AudioServer.h&quot;</span></div>
7676
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="preprocessor">#include &quot;AudioHttp/ICYStream.h&quot;</span></div>
77-
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="preprocessor">#include &quot;AudioHttp/ICYStreamESP32.h&quot;</span></div>
77+
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="preprocessor">#include &quot;AudioHttp/ICYStreamBuffered.h&quot;</span></div>
7878
</div><!-- fragment --></div><!-- contents -->
7979
<!-- start footer part -->
8080
<hr class="footer"/><address class="footer"><small>

docs/html/_http_request_8h_source.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160; </div>
9191
<div class="line"><a name="l00030"></a><span class="lineno"><a class="line" href="classaudio__tools_1_1_http_request.html"> 30</a></span>&#160;<span class="keyword">class </span><a class="code" href="classaudio__tools_1_1_http_request.html">HttpRequest</a> {</div>
9292
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160; <span class="keyword">public</span>:</div>
93-
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160; <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classaudio__tools_1_1_u_r_l_stream_default.html">URLStreamDefault</a>;</div>
93+
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160; <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classaudio__tools_1_1_u_r_l_stream.html">URLStream</a>;</div>
9494
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160; </div>
9595
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160; <a class="code" href="classaudio__tools_1_1_http_request.html">HttpRequest</a>() {</div>
9696
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160; LOGI(<span class="stringliteral">&quot;HttpRequest&quot;</span>);</div>
@@ -308,7 +308,7 @@
308308
<div class="ttc" id="aclassaudio__tools_1_1_http_request_header_html"><div class="ttname"><a href="classaudio__tools_1_1_http_request_header.html">audio_tools::HttpRequestHeader</a></div><div class="ttdoc">Reading and writing of Http Requests.</div><div class="ttdef"><b>Definition:</b> HttpHeader.h:351</div></div>
309309
<div class="ttc" id="aclassaudio__tools_1_1_http_request_html"><div class="ttname"><a href="classaudio__tools_1_1_http_request.html">audio_tools::HttpRequest</a></div><div class="ttdoc">Simple API to process get, put, post, del http requests I tried to use Arduino HttpClient,...</div><div class="ttdef"><b>Definition:</b> HttpRequest.h:30</div></div>
310310
<div class="ttc" id="aclassaudio__tools_1_1_http_request_html_acbed040576a7a18e2d9c46b2f15e0162"><div class="ttname"><a href="classaudio__tools_1_1_http_request.html#acbed040576a7a18e2d9c46b2f15e0162">audio_tools::HttpRequest::isReady</a></div><div class="ttdeci">bool isReady()</div><div class="ttdoc">returns true when the request has completed and ready for the data to be requested</div><div class="ttdef"><b>Definition:</b> HttpRequest.h:159</div></div>
311-
<div class="ttc" id="aclassaudio__tools_1_1_u_r_l_stream_default_html"><div class="ttname"><a href="classaudio__tools_1_1_u_r_l_stream_default.html">audio_tools::URLStreamDefault</a></div><div class="ttdoc">Represents the content of a URL as Stream. We use the WiFi.h API.</div><div class="ttdef"><b>Definition:</b> URLStream.h:38</div></div>
311+
<div class="ttc" id="aclassaudio__tools_1_1_u_r_l_stream_html"><div class="ttname"><a href="classaudio__tools_1_1_u_r_l_stream.html">audio_tools::URLStream</a></div><div class="ttdoc">Represents the content of a URL as Stream. We use the WiFi.h API.</div><div class="ttdef"><b>Definition:</b> URLStream.h:39</div></div>
312312
<div class="ttc" id="aclassaudio__tools_1_1_url_html"><div class="ttname"><a href="classaudio__tools_1_1_url.html">audio_tools::Url</a></div><div class="ttdoc">URL parser which breaks a full url string up into its individual parts.</div><div class="ttdef"><b>Definition:</b> Url.h:23</div></div>
313313
<div class="ttc" id="agroup__basic_html_ga8c528baf37154d347366083f0f816846"><div class="ttname"><a href="group__basic.html#ga8c528baf37154d347366083f0f816846">stop</a></div><div class="ttdeci">void stop()</div><div class="ttdoc">Public generic methods.</div><div class="ttdef"><b>Definition:</b> AudioRuntime.h:12</div></div>
314314
<div class="ttc" id="anamespaceaudio__tools_html"><div class="ttname"><a href="namespaceaudio__tools.html">audio_tools</a></div><div class="ttdoc">Generic Implementation of sound input and output for desktop environments using portaudio.</div><div class="ttdef"><b>Definition:</b> AnalogAudio.h:8</div></div>

0 commit comments

Comments
 (0)