libmpd
11.8.17
|
#include <libmpd.h>
Data Fields | |
MpdDataType | type |
union { | |
struct { | |
int tag_type | |
char * tag | |
} | |
char * directory | |
mpd_PlaylistFile * playlist | |
mpd_Song * song | |
mpd_OutputEntity * output_dev | |
}; | |
void * | userdata |
void(* | freefunc )(void *userdata) |
# A fast linked list that is used to pass data from libmpd to the client.
union { ... } |
mpd_OutputEntity* _MpdData::output_dev |
mpd_PlaylistFile* _MpdData::playlist |
mpd_Song* _MpdData::song |
int _MpdData::tag_type |
a mpd_TagItems defining what tag contains
MpdDataType _MpdData::type |