summaryrefslogtreecommitdiff
path: root/vdr_player.h
diff options
context:
space:
mode:
Diffstat (limited to 'vdr_player.h')
-rw-r--r--vdr_player.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/vdr_player.h b/vdr_player.h
index c70c4e1..3731b9d 100644
--- a/vdr_player.h
+++ b/vdr_player.h
@@ -64,8 +64,9 @@ public:
/*! \brief construct a control with a playlist
*
* \param plist - the playlist to be played
+ * \param first - the index where to start the playlist
*/
- mgPlayerControl(mgPlaylist *plist);
+ mgPlayerControl(mgPlaylist *plist, int first);
/*! \brief destructor
*/
@@ -113,8 +114,9 @@ public:
* The caller has to take care of deallocating the previous list
*
* \param plist - the new playlist to be played
+ * \param first - the index where to start the playlist
*/
- void NewPlaylist( mgPlaylist *plist );
+ void NewPlaylist( mgPlaylist *plist, int start );
//! \brief a progress display
void ShowProgress();