|
arduino-audio-tools
|
This is the complete list of members for CatStream, including all inherited members.
| _timeout | protected | |
| add(Stream *stream) | CatStream | inline |
| add(Stream &stream) | CatStream | inline |
| all_streams | CatStream | protected |
| available() override | CatStream | inlinevirtual |
| available_callback | CatStream | protected |
| availableForWrite() override | BaseStream | inlinevirtual |
| availableWithTimeout() | CatStream | inlineprotected |
| BaseStream()=default | BaseStream | |
| BaseStream(BaseStream &)=default | BaseStream | |
| begin() override | CatStream | inlinevirtual |
| begin_callback | CatStream | protected |
| begin_reset | CatStream | protected |
| CatStream(bool beginReset=false) | CatStream | inline |
| clear() | CatStream | inline |
| end() override | CatStream | inlinevirtual |
| end_callback | CatStream | protected |
| flush() override | BaseStream | inlinevirtual |
| input_streams | CatStream | protected |
| is_active | CatStream | protected |
| moveToNextStreamOnEnd(bool force_next_stream=false) | CatStream | inlineprotected |
| operator bool() | CatStream | inline |
| operator=(BaseStream &)=default | BaseStream | |
| p_current_stream | CatStream | protected |
| readBytes(uint8_t *data, size_t len) override | CatStream | inlinevirtual |
| refillReadBuffer() | BaseStream | inlineprotected |
| setAvailableCallback(int(*callback)(Stream *stream)) | CatStream | inline |
| setOnBeginCallback(void(*callback)(Stream *stream)) | CatStream | inline |
| setOnEndCallback(void(*callback)(Stream *stream)) | CatStream | inline |
| setTimeout(size_t t) | CatStream | inline |
| setWriteBufferSize(int size) | BaseStream | inline |
| streamAvailable(Stream *stream) | CatStream | inlineprotected |
| tmp_in | BaseStream | protected |
| tmp_out | BaseStream | protected |
| write(const uint8_t *data, size_t size) override | CatStream | inlinevirtual |
| audio_tools::BaseStream::write(uint8_t ch) override | BaseStream | inlinevirtual |
| write_buffer_size | BaseStream | protected |
| ~BaseStream()=default | BaseStream | virtual |
| ~Stream()=default | Stream | virtual |