#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) |
Definition at line 140 of file libmpd.h.
a mpd_TagItems defining what tag contains
| char* _MpdData::tag |
| char* _MpdData::directory |
| union { ... } |
| void* _MpdData::userdata |
| void(* _MpdData::freefunc)(void *userdata) |