diff options
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); |