summaryrefslogtreecommitdiff
path: root/vdr_player.h
diff options
context:
space:
mode:
Diffstat (limited to 'vdr_player.h')
-rw-r--r--vdr_player.h36
1 files changed, 11 insertions, 25 deletions
diff --git a/vdr_player.h b/vdr_player.h
index 1ab8d9e..92b9e25 100644
--- a/vdr_player.h
+++ b/vdr_player.h
@@ -15,8 +15,8 @@
*/
-#ifndef ___DVB_MP3_H
-#define ___DVB_MP3_H
+#ifndef ___VDR_PLAYER_H
+#define ___VDR_PLAYER_H
#include <player.h>
#if VDRVERSNUM >= 10307
@@ -40,7 +40,7 @@ class mgPlayerControl : public cControl
{
private:
- //! \brief the reference to the player
+ //! \brief the reference to the player , don't rename it see cControl
mgPCMPlayer *m_player;
//! \brief indicates, whether the osd should be visible
@@ -56,6 +56,9 @@ private:
const cFont *font;
#endif
+ //! \brief Last Message for Statusmonitor
+ char* m_szLastShowStatusMsg;
+
public:
/*! \brief construct a control with a playlist
@@ -121,27 +124,10 @@ public:
//! \brief process key events
eOSState ProcessKey(eKeys key);
-};
-#endif //___DVB_MP3_H
+protected:
+ //! \brief signal a played file to any cStatusMonitor inside vdr
+ void StatusMsgReplaying();
+};
-/************************************************************
- *
- * $Log: vdr_player.h,v $
- * Revision 1.2 2004/05/28 15:29:19 lvw
- * Merged player branch back on HEAD branch.
- *
- * Revision 1.1.2.9 2004/05/25 06:48:24 lvw
- * Documentation and code polishing.
- *
- * Revision 1.1.2.8 2004/05/25 00:10:45 lvw
- * Code cleanup and added use of real database source files
- *
- * Revision 1.1.2.7 2004/05/11 06:35:16 lvw
- * Added debugging while hunting stop bug.
- *
- * Revision 1.1.2.6 2004/05/07 06:46:41 lvw
- * Removed a bug in playlist deallocation. Added infrastructure to display information while playing.
- *
- *
- ***********************************************************/
+#endif //___VDR_PLAYER_H