|
MPD
|
Go to the source code of this file.
Data Structures | |
| struct | decoder |
Functions | |
| struct music_chunk * | decoder_get_chunk (struct decoder *decoder, struct input_stream *is) |
| 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.
|
read |
Returns the current chunk the decoder writes to, or allocates a new chunk if there is none.
1.8.2