queue_item Struct Reference
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.
|
Detailed Description
One element of the queue: basically a song plus some queue specific information attached.
Definition at line 41 of file queue.h.
Field Documentation
the unique id of this item in the queue
Definition at line 45 of file queue.h.
The priority of this item, between 0 and 255.
High priority value means that this song gets played first in "random" mode.
Definition at line 55 of file queue.h.
when was this item last changed?
Definition at line 48 of file queue.h.
The documentation for this struct was generated from the following file: