diff options
| author | lvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b> | 2004-10-10 13:19:29 +0000 |
|---|---|---|
| committer | lvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b> | 2004-10-10 13:19:29 +0000 |
| commit | 72d3dbcc1ae7d3423d65a3ce0464e1995a91da25 (patch) | |
| tree | 9d796d0d5ab5053b6b45e7216f5b0a5df29cce3a /mg_playlist.h | |
| parent | 9775819bdc8d469e0d386612f7062140870f1496 (diff) | |
| download | vdr-plugin-muggle-72d3dbcc1ae7d3423d65a3ce0464e1995a91da25.tar.gz vdr-plugin-muggle-72d3dbcc1ae7d3423d65a3ce0464e1995a91da25.tar.bz2 | |
Greatly improved progress/info display during play
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@218 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'mg_playlist.h')
| -rw-r--r-- | mg_playlist.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mg_playlist.h b/mg_playlist.h index 975458a..c5dd5fc 100644 --- a/mg_playlist.h +++ b/mg_playlist.h @@ -128,9 +128,6 @@ public: */ virtual void setListname(std::string name); - //! \brief returns the count of items in the list - int getCount(); - //! \brief access playlist items //@{ @@ -140,6 +137,9 @@ public: //! \brief make playlist persistent virtual bool storePlaylist() = 0; + //! \brief obtain length of content already played + unsigned long getCompletedLength(); + //! \brief export the playlist in m3u format virtual bool exportM3U( std::string m3u_file ); |
