|
libmpd 11.8.17
|
Data Structures | |
| struct | _MpdData |
Typedefs | |
| typedef struct _MpdData | MpdData |
Enumerations | |
| enum | MpdDataType { MPD_DATA_TYPE_NONE , MPD_DATA_TYPE_TAG , MPD_DATA_TYPE_DIRECTORY , MPD_DATA_TYPE_SONG , MPD_DATA_TYPE_PLAYLIST , MPD_DATA_TYPE_OUTPUT_DEV } |
This is a fast linked list implementation where data returned from mpd is stored in.
# A fast linked list that is used to pass data from libmpd to the client.
| enum MpdDataType |
enumeration to determine what value the MpdData structure hold. The MpdData structure can hold only one type of value, but a list of MpdData structs can hold structs with different type of values. It's required to check every MpdData Structure.