We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04063b0 commit 4555762Copy full SHA for 4555762
src/AudioTools/Communication/HTTP/ICYStream.h
@@ -4,11 +4,18 @@
4
5
namespace audio_tools {
6
7
-/// Type alias for ICYStream
+
8
+/**
9
+ * @brief Type alias for ICYStreamT<URLStream>.
10
+ * @ingroup http
11
+ */
12
using ICYStream = ICYStreamT<URLStream>;
13
14
#if defined(USE_CONCURRENCY)
-/// Type alias for buffered ICYStream
15
16
+ * @brief Type alias for URLStreamBufferedT<ICYStream> (buffered ICYStream).
17
18
19
using ICYStreamBuffered = URLStreamBufferedT<ICYStream>;
20
21
#endif
0 commit comments