streamdev-client returns true in its AvoidRecording() method

This commit is contained in:
Frank Schmirler 2011-09-10 00:08:04 +02:00
parent 475e7bbd6a
commit 2fae067cfe
2 changed files with 6 additions and 0 deletions

View File

@ -1,6 +1,9 @@
VDR Plugin 'streamdev' Revision History
---------------------------------------
- streamdev-client returns true in its AvoidRecording() method introduced
with VDR 1.7.19. Note however that the impact of NumProvidedSystems is
higher.
- updated device selection to code of VDR 1.7.19
- adaption to VDR 1.7.12 cReceiver API change
- increased WRITERBUFSIZE. Has been reported to fix some ringbuffer

View File

@ -57,6 +57,9 @@ public:
bool *NeedsDetachReceivers = NULL) const;
#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;