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 2c299cd commit d8e9b7aCopy full SHA for d8e9b7a
src/AudioTools/AudioCodecs/MultiDecoder.h
@@ -19,7 +19,9 @@ namespace audio_tools {
19
*/
20
class MultiDecoder : public AudioDecoder {
21
public:
22
+ /// Default constructor
23
MultiDecoder() = default;
24
+ /// Provides a URLStream to look up the mime type from the http reply header
25
MultiDecoder(AbstractURLStream& url) { setMimeSource(url); }
26
27
/// Enables the automatic mime type determination
0 commit comments