mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-03 10:51:12 +02:00
movieplayer: display approx. playback position in infobar
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@891 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -109,7 +109,8 @@ class CMoviePlayerGui : public CMenuTarget
|
||||
CFileFilter vlcfilefilter;
|
||||
void showHelpTS(void);
|
||||
void showHelpVLC(void);
|
||||
void callInfoViewer(const std::string & epg_title, const std::string & epg_info1, const std::string & epg_channel );
|
||||
void callInfoViewer(const std::string & epg_title, const std::string & epg_info1,
|
||||
const std::string & epg_channel, const int duration, const int pos);
|
||||
public:
|
||||
CMoviePlayerGui();
|
||||
~CMoviePlayerGui();
|
||||
|
Reference in New Issue
Block a user