arduino-audio-tools
Public Member Functions | Protected Attributes | List of all members
ByteBuffer Class Reference

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
 

Detailed Description

A resizable buffer of bytes which manages the available bytes.


The documentation for this class was generated from the following file: