Skip to content

Commit

Permalink
class CatStream
Browse files Browse the repository at this point in the history
  • Loading branch information
pschatzmann committed Jun 23, 2024
1 parent a8df81d commit 308f7b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/AudioTools/BaseStream.h
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,9 @@ class CatStream : public BaseStream {
}
void setTimeout(uint32_t t) { _timeout = t; }

/// not supported
size_t write(const uint8_t *buffer, size_t size) override { return 0;};

protected:
Vector<Stream *> input_streams;
Stream *p_current_stream = nullptr;
Expand Down

0 comments on commit 308f7b7

Please sign in to comment.