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 333ad1f..8963af4 100644 --- a/dxr3device.h +++ b/dxr3device.h @@ -57,7 +57,11 @@ public: virtual bool Poll(cPoller &Poller, int TimeoutMs = 0); virtual int PlayVideo(const uchar *Data, int Length); #if VDRVERSNUM >= 10318 +#if VDRVERSNUM >= 10342 + virtual int PlayAudio(const uchar *Data, int Length, uchar Id); +#else virtual int PlayAudio(const uchar *Data, int Length); +#endif #else virtual void PlayAudio(const uchar *Data, int Length); #endif |