decoder Struct Reference

#include <decoder_internal.h>


Data Fields

struct pcm_convert_state conv_state
bool seeking
struct tagsong_tag
 The tag from the song object.
struct tagstream_tag
 the last tag received from the stream
struct tagdecoder_tag
 the last tag received from the decoder plugin
struct music_chunkchunk
 the chunk currently being written to


Detailed Description

Definition at line 28 of file decoder_internal.h.


Field Documentation

struct music_chunk* decoder::chunk [read]

the chunk currently being written to

Definition at line 47 of file decoder_internal.h.

Definition at line 29 of file decoder_internal.h.

struct tag* decoder::decoder_tag [read]

the last tag received from the decoder plugin

Definition at line 44 of file decoder_internal.h.

Definition at line 31 of file decoder_internal.h.

struct tag* decoder::song_tag [read]

The tag from the song object.

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]

the last tag received from the stream

Definition at line 41 of file decoder_internal.h.


The documentation for this struct was generated from the following file:

Generated on Tue Aug 24 22:29:32 2010 for MPD by  doxygen 1.5.7.1