diff options
author | Frank Schmirler <vdr@schmirler.de> | 2011-07-06 09:13:50 +0200 |
---|---|---|
committer | Frank Schmirler <vdr@schmirler.de> | 2011-07-06 09:13:50 +0200 |
commit | 2c8377d42a9ebd7c399322968d2c78fb377f55b0 (patch) | |
tree | cf94f08eac64285d908e35b9b4d0dcdb09e83e74 /server/livestreamer.h | |
parent | 673fbae2e258102c7bd2a7bee554f75eae0e332b (diff) | |
download | vdr-plugin-streamdev-2c8377d42a9ebd7c399322968d2c78fb377f55b0.tar.gz vdr-plugin-streamdev-2c8377d42a9ebd7c399322968d2c78fb377f55b0.tar.bz2 |
added support for VDR 1.7.19 SignalStrength/SignalQuality
Diffstat (limited to 'server/livestreamer.h')
-rw-r--r-- | server/livestreamer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/livestreamer.h b/server/livestreamer.h index 71feb4c..6203966 100644 --- a/server/livestreamer.h +++ b/server/livestreamer.h @@ -39,6 +39,7 @@ public: bool SetPids(int Pid, const int *Pids1 = NULL, const int *Pids2 = NULL, const int *Pids3 = NULL); bool SetChannel(const cChannel *Channel, eStreamType StreamType, const int* Apid = NULL, const int* Dpid = NULL); void SetPriority(int Priority); + void GetSignal(int *DevNum, int *Strength, int *Quality) const; virtual int Put(const uchar *Data, int Count); virtual uchar *Get(int &Count); |