Skip to content

Commit 44680eb

Browse files
committed
Documentaion
1 parent f910bf8 commit 44680eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/AudioTools/CoreAudio/AudioHttp/ICYStreamT.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ namespace audio_tools {
2525
* - Audio bytes returned by read()/readBytes() contain no metadata; metadata is
2626
* only available through the callback.
2727
* - Use the following predefined usings:
28-
* - using ICYStream = ICYStreamT<URLStream>;
29-
* - using BufferedICYStream = ICYStreamT<BufferedURLStream>;
30-
* - using ICYStreamESP32 = ICYStreamT<URLStreamESP32>;
28+
* - ICYStream = ICYStreamT<URLStream>;
29+
* - BufferedICYStream = ICYStreamT<BufferedURLStream>;
30+
* - ICYStreamESP32 = ICYStreamT<URLStreamESP32>;
3131
*
3232
* @tparam T Underlying URL stream type; must implement the AbstractURLStream
3333
* interface (e.g., provide begin/end/read/available/httpRequest,

0 commit comments

Comments
 (0)