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 797258e commit 9c4b5e5Copy full SHA for 9c4b5e5
src/AudioTools/CoreAudio/AudioHttp/URLStream.h
@@ -425,10 +425,13 @@ class URLStream : public AbstractURLStream {
425
}
426
};
427
428
+/// Type alias for ICYStream
429
using ICYStream = ICYStreamT<URLStream>;
430
431
#if defined(USE_CONCURRENCY)
432
+/// Type alias for buffered URLStream
433
using URLStreamBuffered = URLStreamBufferedT<URLStream>;
434
+/// Type alias for buffered ICYStream
435
using ICYStreamBuffered = URLStreamBufferedT<ICYStream>;
436
#endif
437
0 commit comments