summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorFrank Schmirler <vdr@schmirler.de>2011-09-10 00:08:04 +0200
committerFrank Schmirler <vdr@schmirler.de>2011-09-10 00:08:04 +0200
commit2fae067cfef6f930415e8b3d4c4713b5de91b1eb (patch)
tree773f7dfbe39a52ab7172085d2636fd2190dda0f9 /client
parent475e7bbd6ad0dba119c87dc8b08ebc1580a8cf84 (diff)
downloadvdr-plugin-streamdev-2fae067cfef6f930415e8b3d4c4713b5de91b1eb.tar.gz
vdr-plugin-streamdev-2fae067cfef6f930415e8b3d4c4713b5de91b1eb.tar.bz2
streamdev-client returns true in its AvoidRecording() method
Diffstat (limited to 'client')
-rw-r--r--client/device.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/client/device.h b/client/device.h
index 186ae89..6c64df0 100644
--- a/client/device.h
+++ b/client/device.h
@@ -58,6 +58,9 @@ public:
#if APIVERSNUM >= 10700
virtual int NumProvidedSystems(void) const;
#endif
+#if APIVERSNUM >= 10719
+ virtual bool AvoidRecording(void) const { return true; }
+#endif
virtual bool IsTunedToTransponder(const cChannel *Channel);
virtual int SignalStrength(void) const;
virtual int SignalQuality(void) const;