diff options
Diffstat (limited to 'dynamicdevice.h')
-rw-r--r-- | dynamicdevice.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dynamicdevice.h b/dynamicdevice.h index b84b1d8..13b0d88 100644 --- a/dynamicdevice.h +++ b/dynamicdevice.h @@ -150,6 +150,8 @@ protected: public: virtual int64_t GetSTC(void); virtual bool IsPlayingVideo(void) const; + virtual cRect CanScaleVideo(const cRect &Rect, int Alignment = taCenter); + virtual void ScaleVideo(const cRect &Rect = cRect::Null); virtual bool HasIBPTrickSpeed(void); virtual void TrickSpeed(int Speed); virtual void Clear(void); |