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 6203966..037515c 100644 --- a/server/livestreamer.h +++ b/server/livestreamer.h @@ -40,6 +40,7 @@ public: 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; + cString ToText() const; virtual int Put(const uchar *Data, int Count); virtual uchar *Get(int &Count); |