summaryrefslogtreecommitdiff
path: root/dxr3device.h
diff options
context:
space:
mode:
Diffstat (limited to 'dxr3device.h')
-rw-r--r--dxr3device.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/dxr3device.h b/dxr3device.h
index ebdbcda..b382910 100644
--- a/dxr3device.h
+++ b/dxr3device.h
@@ -59,6 +59,10 @@ public:
virtual int PlayVideo(const uchar *Data, int Length);
virtual int PlayAudio(const uchar *Data, int Length, uchar Id);
+#if VDRVERSNUM >= 10710
+ virtual void GetVideoSize(int &Width, int &Height, double &VideoAspect);
+#endif
+
// additional functions
virtual void SetVideoFormat(bool VideoFormat16_9);
virtual void SetVolumeDevice(int Volume);