arduino-audio-tools
|
A resizable buffer of bytes which manages the available bytes. More...
#include <USBDeviceAudio.h>
Public Member Functions | |
int | available () |
void | clear () |
void | consume (int n) |
uint8_t * | data () |
void | reset () |
void | resize (int size) |
void | setAvailable (int av) |
int | size () |
Protected Attributes | |
int | pos = 0 |
std::vector< uint8_t > | vector |
A resizable buffer of bytes which manages the available bytes.