Manager for a temporary buffer which grows as needed. More...
#include <pcm_buffer.h>
Data Fields | |
void * | buffer |
size_t | size |
Manager for a temporary buffer which grows as needed.
We could allocate a new buffer every time pcm_convert() is called, but that would put too much stress on the allocator.
Definition at line 34 of file pcm_buffer.h.
void* pcm_buffer::buffer |
Definition at line 35 of file pcm_buffer.h.
size_t pcm_buffer::size |
Definition at line 37 of file pcm_buffer.h.