|
MPD
0.17~git
|
One element of the queue: basically a song plus some queue specific information attached. More...
#include <queue.h>
Data Fields | |
| struct song * | song |
| unsigned | id |
| the unique id of this item in the queue | |
| uint32_t | version |
| when was this item last changed? | |
| uint8_t | priority |
| The priority of this item, between 0 and 255. | |
One element of the queue: basically a song plus some queue specific information attached.
| unsigned queue_item::id |
| uint8_t queue_item::priority |
| struct song* queue_item::song |
| uint32_t queue_item::version |
1.7.5.1