This is the complete list of members for StreamCopyT< T >, including all inherited members.
| _allocator | StreamCopyT< T > | protected |
| active | StreamCopyT< T > | protected |
| available() | StreamCopyT< T > | inline |
| availableCallback | StreamCopyT< T > | protected |
| begin() | StreamCopyT< T > | inline |
| begin(Print &to, Stream &from) | StreamCopyT< T > | inline |
| begin(Print &to, AudioStream &from) | StreamCopyT< T > | inline |
| buffer | StreamCopyT< T > | protected |
| buffer_size | StreamCopyT< T > | protected |
| bufferSize() | StreamCopyT< T > | inline |
| channels | StreamCopyT< T > | protected |
| check_available | StreamCopyT< T > | protected |
| check_available_for_write | StreamCopyT< T > | protected |
| copy() | StreamCopyT< T > | inline |
| copy(BaseConverter &converter) | StreamCopyT< T > | inline |
| copyAll(int retryCount=5, int retryWaitMs=200) | StreamCopyT< T > | inline |
| copyBytes(size_t bytes) | StreamCopyT< T > | inline |
| copyMs(size_t millis, AudioInfo info) | StreamCopyT< T > | inline |
| copyN(size_t pages) | StreamCopyT< T > | inline |
| delay_on_no_data | StreamCopyT< T > | protected |
| end() | StreamCopyT< T > | inline |
| from | StreamCopyT< T > | protected |
| from_audio | StreamCopyT< T > | protected |
| getFrom() | StreamCopyT< T > | inline |
| getTo() | StreamCopyT< T > | inline |
| is_sync_audio_info | StreamCopyT< T > | protected |
| isActive() | StreamCopyT< T > | inline |
| isCheckAvailable() | StreamCopyT< T > | inline |
| isCheckAvailableForWrite() | StreamCopyT< T > | inline |
| log_name | StreamCopyT< T > | protected |
| min_copy_size | StreamCopyT< T > | protected |
| minCopySize() | StreamCopyT< T > | inline |
| onWrite | StreamCopyT< T > | protected |
| onWriteObj | StreamCopyT< T > | protected |
| p_audio_info_support | StreamCopyT< T > | protected |
| p_converter | StreamCopyT< T > | protected |
| p_mime_detector | StreamCopyT< T > | protected |
| resize(int len) | StreamCopyT< T > | inline |
| retry_delay | StreamCopyT< T > | protected |
| retryLimit | StreamCopyT< T > | protected |
| setActive(bool flag) | StreamCopyT< T > | inline |
| setAvailableCallback(int(*callback)(Stream *stream)) | StreamCopyT< T > | inline |
| setCallbackOnWrite(void(*onWrite)(void *obj, void *buffer, size_t len), void *obj) | StreamCopyT< T > | inline |
| setCheckAvailable(bool flag) | StreamCopyT< T > | inline |
| setCheckAvailableForWrite(bool flag) | StreamCopyT< T > | inline |
| setDelayOnNoData(int delayMs) | StreamCopyT< T > | inline |
| setLogName(const char *name) | StreamCopyT< T > | inline |
| setMimeDetector(MimeDetector &mime) | StreamCopyT< T > | inline |
| setMinCopySize(int size) | StreamCopyT< T > | inline |
| setRetry(int retry) | StreamCopyT< T > | inline |
| setRetryDelay(int delay) | StreamCopyT< T > | inline |
| setSynchAudioInfo(bool active) | StreamCopyT< T > | inline |
| StreamCopyT(Allocator &allocator, int bufferSize=DEFAULT_BUFFER_SIZE) | StreamCopyT< T > | inline |
| StreamCopyT(Print &to, AudioStream &from, int bufferSize=DEFAULT_BUFFER_SIZE, Allocator &allocator=DefaultAllocator) | StreamCopyT< T > | inline |
| StreamCopyT(Print &to, Stream &from, int bufferSize=DEFAULT_BUFFER_SIZE, Allocator &allocator=DefaultAllocator) | StreamCopyT< T > | inline |
| StreamCopyT(int bufferSize=DEFAULT_BUFFER_SIZE, Allocator &allocator=DefaultAllocator) | StreamCopyT< T > | inline |
| syncAudioInfo() | StreamCopyT< T > | inlineprotected |
| to | StreamCopyT< T > | protected |
| write(size_t len, size_t &delayCount) | StreamCopyT< T > | inlineprotected |
| ~StreamCopyT() | StreamCopyT< T > | inline |