summaryrefslogtreecommitdiff
path: root/status.h
diff options
context:
space:
mode:
authorThomas Günther <tom@toms-cafe.de>2009-07-17 00:58:49 +0200
committerThomas Günther <tom@toms-cafe.de>2009-07-17 01:17:52 +0200
commit56ecb9dadf63f61d227c6b8acd05dcc1da17365f (patch)
treef1ff697bceb66877e08c18b55c897f875cc3e320 /status.h
parent97c5f35c27dc65f3bc2ee9fe338f7341d65f1446 (diff)
downloadvdr-plugin-text2skin-56ecb9dadf63f61d227c6b8acd05dcc1da17365f.tar.gz
vdr-plugin-text2skin-56ecb9dadf63f61d227c6b8acd05dcc1da17365f.tar.bz2
Adapted to new recording format and variable frame rate (VDR >= 1.7.3)
Diffstat (limited to 'status.h')
-rw-r--r--status.h3
1 files changed, 3 insertions, 0 deletions
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;