Config used by the derived class to configure AudioBlock This config is passed in by the derived class to configure the audio block on instantiation. More...
#include <audioblock.h>
Public Attributes | |
| size_t | sourceChannels = 0 |
| Number of channels this block can source Should be set to zero if this block can not source any channels. | |
| size_t | sinkChannels = 0 |
| Number of channels this block can sink Should be set to zero if this block can not sink any channels. | |
Config used by the derived class to configure AudioBlock This config is passed in by the derived class to configure the audio block on instantiation.