Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
7b701530
Commit
7b701530
authored
Mar 18, 2016
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
queue/Playlist: document that current/queued are "order number"
parent
7e096ee2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
Playlist.hxx
src/queue/Playlist.hxx
+7
-6
No files found.
src/queue/Playlist.hxx
View file @
7b701530
...
...
@@ -73,16 +73,17 @@ struct playlist {
unsigned
error_count
;
/**
* The "current song pointer"
. This is the song which is
*
played when we get the "play" command. It is also the song
* which is currently being played.
* The "current song pointer"
(the order number). This is the
*
song which is played when we get the "play" command. It is
*
also the song
which is currently being played.
*/
int
current
;
/**
* The "next" song to be played, when the current one
* finishes. The decoder thread may start decoding and
* buffering it, while the "current" song is still playing.
* The "next" song to be played (the order number), when the
* current one finishes. The decoder thread may start
* decoding and buffering it, while the "current" song is
* still playing.
*
* This variable is only valid if #playing is true.
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment