int Q_append(struct q_s *q, struct qentry_s ent)
Appends a new entry to the end of the queue.
Definition queue.c:23
int Q_next(struct q_s *q, struct qentry_s *ent)
Gets the next entry from the queue and removes it from the queue.
Definition queue.c:37
Queue entry structure that holds playback configuration data.
Definition queue.h:8
const char * audiofp
Audio override file path.
Definition queue.h:10
unsigned int waitsec
Playback start delay in seconds.
Definition queue.h:12