From 56ecb9dadf63f61d227c6b8acd05dcc1da17365f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=BCnther?= Date: Fri, 17 Jul 2009 00:58:49 +0200 Subject: Adapted to new recording format and variable frame rate (VDR >= 1.7.3) --- status.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'status.h') diff --git a/status.h b/status.h index 515214c..f759645 100644 --- a/status.h +++ b/status.h @@ -71,6 +71,7 @@ private: uint mNextRecording; int mLastLanguage; int mTimerConflicts; + double mReplayFramesPerSecond; protected: virtual void Replaying(const cControl *Control, const char *Name, @@ -91,6 +92,8 @@ public: cxType GetTokenData(const txToken &Token); eReplayMode ReplayMode(void) const { return mReplayMode; } + + double ReplayFramesPerSecond(void) const { return mReplayFramesPerSecond; } }; extern cText2SkinStatus Text2SkinStatus; -- cgit v1.2.3