pcm_buffer Struct Reference

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

#include <pcm_buffer.h>

Data Fields

char * 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 30 of file pcm_buffer.h.


Field Documentation

Definition at line 31 of file pcm_buffer.h.

Definition at line 33 of file pcm_buffer.h.


The documentation for this struct was generated from the following file:
Generated on Mon Aug 2 17:09:38 2010 for MPD by  doxygen 1.6.3