|
MPD
0.17~git
|
Go to the source code of this file.
Data Structures | |
| struct | decoder |
Functions | |
| struct music_chunk * | decoder_get_chunk (struct decoder *decoder) |
| Returns the current chunk the decoder writes to, or allocates a new chunk if there is none. | |
| void | decoder_flush_chunk (struct decoder *decoder) |
| Flushes the current chunk. | |
| void decoder_flush_chunk | ( | struct decoder * | decoder | ) |
Flushes the current chunk.
| struct music_chunk* decoder_get_chunk | ( | struct decoder * | decoder | ) | [read] |
Returns the current chunk the decoder writes to, or allocates a new chunk if there is none.
1.7.5.1