arduino-audio-tools
|
We try to keep the necessary buffer for parsing as small as possible, The data() method provides the start of the actual data and with consume we remove the processed data from the buffer to make space again. More...
#include <ContainerAVI.h>
Protected Attributes | |
size_t | available_byte_count = 0 |
Vector< uint8_t > | vector {0} |
We try to keep the necessary buffer for parsing as small as possible, The data() method provides the start of the actual data and with consume we remove the processed data from the buffer to make space again.