diff options
Diffstat (limited to 'dxr3device.h')
-rw-r--r-- | dxr3device.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dxr3device.h b/dxr3device.h index 40b8696..f0ff959 100644 --- a/dxr3device.h +++ b/dxr3device.h @@ -58,7 +58,11 @@ public: virtual void StillPicture(const uchar *Data, int Length); virtual bool Poll(cPoller &Poller, int TimeoutMs = 0); virtual int PlayVideo(const uchar *Data, int Length); +#if VDRVERSNUM >= 10318 + virtual int PlayAudio(const uchar *Data, int Length); +#else virtual void PlayAudio(const uchar *Data, int Length); +#endif // addition functions virtual bool GrabImage(const char *FileName, bool Jpeg = true, int Quality = -1, int SizeX = -1, int SizeY = -1); |