Skip to content

Commit 9c4b5e5

Browse files
committed
Comments
1 parent 797258e commit 9c4b5e5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/AudioTools/CoreAudio/AudioHttp/URLStream.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,10 +425,13 @@ class URLStream : public AbstractURLStream {
425425
}
426426
};
427427

428+
/// Type alias for ICYStream
428429
using ICYStream = ICYStreamT<URLStream>;
429430

430431
#if defined(USE_CONCURRENCY)
432+
/// Type alias for buffered URLStream
431433
using URLStreamBuffered = URLStreamBufferedT<URLStream>;
434+
/// Type alias for buffered ICYStream
432435
using ICYStreamBuffered = URLStreamBufferedT<ICYStream>;
433436
#endif
434437

0 commit comments

Comments
 (0)