summaryrefslogtreecommitdiff
path: root/dynamicdevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'dynamicdevice.h')
-rw-r--r--dynamicdevice.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/dynamicdevice.h b/dynamicdevice.h
index 0b39ec7..a7969bb 100644
--- a/dynamicdevice.h
+++ b/dynamicdevice.h
@@ -156,7 +156,11 @@ public:
virtual cRect CanScaleVideo(const cRect &Rect, int Alignment = taCenter);
virtual void ScaleVideo(const cRect &Rect = cRect::Null);
virtual bool HasIBPTrickSpeed(void);
+#if APIVERSNUM > 20102
+ virtual void TrickSpeed(int Speed, bool Forward);
+#else
virtual void TrickSpeed(int Speed);
+#endif
virtual void Clear(void);
virtual void Play(void);
virtual void Freeze(void);