Skip to content

Commit d8e9b7a

Browse files
committed
Multidecoder comments
1 parent 2c299cd commit d8e9b7a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/AudioTools/AudioCodecs/MultiDecoder.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ namespace audio_tools {
1919
*/
2020
class MultiDecoder : public AudioDecoder {
2121
public:
22+
/// Default constructor
2223
MultiDecoder() = default;
24+
/// Provides a URLStream to look up the mime type from the http reply header
2325
MultiDecoder(AbstractURLStream& url) { setMimeSource(url); }
2426

2527
/// Enables the automatic mime type determination

0 commit comments

Comments
 (0)