Routines that should be used to control the playlist. More...

Data Fields | |
| struct vfsref *(* | give )(void) |
| Give a song that should be played. | |
| void(* | idle )(void) |
| Report that playback thread is going idle. | |
| int(* | select )(struct vfsref *vr) |
| Select a specific song for playback. | |
| int(* | next )(void) |
| Specify that the next song should be played. | |
| int(* | prev )(void) |
| Specify that the previous song should be played. | |
| void(* | notify_pre_removal )(struct vfsref *vr) |
| Notify that a song is about to be removed. | |
Routines that should be used to control the playlist.
Definition at line 44 of file playq.c.
1.6.3