One element of the queue: basically a song plus some queue specific information attached.
More...
#include <Queue.hxx>
One element of the queue: basically a song plus some queue specific information attached.
Definition at line 55 of file Queue.hxx.
◆ id
the unique id of this item in the queue
Definition at line 59 of file Queue.hxx.
◆ priority
uint8_t Queue::Item::priority |
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 69 of file Queue.hxx.
◆ song
◆ version
uint32_t Queue::Item::version |
when was this item last changed?
Definition at line 62 of file Queue.hxx.
The documentation for this struct was generated from the following file: