MPD
0.20.15
|
Go to the source code of this file.
Data Structures | |
struct | WritableBuffer< T > |
A reference to a memory area that is writable. More... | |
class | DynamicFifoBuffer< T > |
A first-in-first-out buffer: you can append data at the end, and read data from the beginning. More... | |
class | PeakBuffer |
A FIFO-like buffer that will allocate more memory on demand to allow large peaks. More... | |