arduino-audio-tools
|
ContainerTarget: forwards requests to both the output and the encoder/decoder and sets up the output chain for Containers. We also manage the proper sequence of the output classes. More...
#include <AudioEncoded.h>
Public Member Functions | |
virtual bool | begin ()=0 |
virtual void | end ()=0 |
virtual void | setAudioInfo (AudioInfo info) |
virtual size_t | write (uint8_t *data, size_t size)=0 |
Protected Attributes | |
bool | active = false |
AudioInfo | info |
AudioWriter * | p_writer1 = nullptr |
AudioWriter * | p_writer2 = nullptr |
AudioWriterToAudioOutput | print2 |
ContainerTarget: forwards requests to both the output and the encoder/decoder and sets up the output chain for Containers. We also manage the proper sequence of the output classes.