diff options
Diffstat (limited to 'server/livestreamer.h')
-rw-r--r-- | server/livestreamer.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/server/livestreamer.h b/server/livestreamer.h index 4e89cf8..e259ee9 100644 --- a/server/livestreamer.h +++ b/server/livestreamer.h @@ -42,9 +42,7 @@ private: /* Find a suitable device and tune it to the requested channel. */ cDevice *SwitchDevice(const cChannel *Channel, int Priority); - void SetDevice(cDevice *Device) { m_Device = Device; } - - bool SetChannel(const cChannel *Channel, eStreamType StreamType, const int* Apid = NULL, const int* Dpid = NULL); + bool SetChannel(const int* Apid = NULL, const int* Dpid = NULL); protected: virtual uchar* GetFromReceiver(int &Count) { return m_ReceiveBuffer->Get(Count); } |