#include <decoder_internal.h>
Data Fields | |
struct pcm_convert_state | conv_state |
bool | seeking |
struct tag * | song_tag |
The tag from the song object. | |
struct tag * | stream_tag |
the last tag received from the stream | |
struct tag * | decoder_tag |
the last tag received from the decoder plugin | |
struct music_chunk * | chunk |
the chunk currently being written to |
Definition at line 28 of file decoder_internal.h.
struct music_chunk* decoder::chunk [read] |
struct pcm_convert_state decoder::conv_state [read] |
Definition at line 29 of file decoder_internal.h.
struct tag* decoder::decoder_tag [read] |
bool decoder::seeking |
Definition at line 31 of file decoder_internal.h.
struct tag* decoder::song_tag [read] |
This is only used for local files, because we expect the stream server to send us a new tag each time we play it.
Definition at line 38 of file decoder_internal.h.
struct tag* decoder::stream_tag [read] |