pcm_buffer Struct Reference

Manager for a temporary buffer which grows as needed. More...

#include <pcm_buffer.h>

Data Fields

void * buffer
size_t size

Detailed Description

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.


Field Documentation

Definition at line 35 of file pcm_buffer.h.

Definition at line 37 of file pcm_buffer.h.


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

Generated on 17 Jul 2013 for MPD by  doxygen 1.6.1