X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/06fb2bcb4ddf528cbe65d58be41cf8ecf8697e76..9925392e576717cc0df070ace822a6f392808bb7:/lib/dvb/dvb.h diff --git a/lib/dvb/dvb.h b/lib/dvb/dvb.h index b739f0ae..03702db2 100644 --- a/lib/dvb/dvb.h +++ b/lib/dvb/dvb.h @@ -114,7 +114,7 @@ class eDVBResourceManager: public iObject there might be a priority given to certain frontend/chid combinations. this will be evaluated here. */ - RESULT allocateFrontend(const eDVBChannelID &chid, ePtr &fe); + RESULT allocateFrontend(ePtr &feparm, ePtr &fe); /* allocate a demux able to filter on the selected frontend. */ RESULT allocateDemux(eDVBRegisteredFrontend *fe, ePtr &demux, int cap); @@ -178,7 +178,7 @@ public: /* only for managed channels - effectively tunes to the channelid. should not be used... */ /* cannot be used for PVR channels. */ - RESULT setChannel(const eDVBChannelID &id); + RESULT setChannel(const eDVBChannelID &id, ePtr &feparam); eDVBChannelID getChannelID() { return m_channel_id; } RESULT connectStateChange(const Slot1 &stateChange, ePtr &connection);