MPD
0.20.15
|
#include "Chrono.hxx"
#include "ReplayGainInfo.hxx"
#include "util/WritableBuffer.hxx"
#include "AudioFormat.hxx"
#include <stdint.h>
#include <stddef.h>
Go to the source code of this file.
Data Structures | |
struct | MusicChunk |
A chunk of music data. More... | |
Variables | |
static constexpr size_t | CHUNK_SIZE = 4096 |
|
static |
Definition at line 34 of file MusicChunk.hxx.