diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2005-11-16 16:50:27 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2005-11-16 16:50:27 +0000 |
| commit | e768f7667ec5da0e331725de8a582365358cf7e3 (patch) | |
| tree | b884b58e3ede7547306f141c45786b154d7313b5 /lib/dvb/dvb.h | |
| parent | 82aa264d3b1732f8c5883a13401a45cb32e00bc1 (diff) | |
| download | enigma2-e768f7667ec5da0e331725de8a582365358cf7e3.tar.gz enigma2-e768f7667ec5da0e331725de8a582365358cf7e3.zip | |
auto tuner selection is now working (this breaks allocateRawChannel..)
TODO: handling for linked tuners (loop through)
Diffstat (limited to 'lib/dvb/dvb.h')
| -rw-r--r-- | lib/dvb/dvb.h | 4 |
1 files changed, 2 insertions, 2 deletions
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<eDVBAllocatedFrontend> &fe); + RESULT allocateFrontend(ePtr<iDVBFrontendParameters> &feparm, ePtr<eDVBAllocatedFrontend> &fe); /* allocate a demux able to filter on the selected frontend. */ RESULT allocateDemux(eDVBRegisteredFrontend *fe, ePtr<eDVBAllocatedDemux> &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<iDVBFrontendParameters> &feparam); eDVBChannelID getChannelID() { return m_channel_id; } RESULT connectStateChange(const Slot1<void,iDVBChannel*> &stateChange, ePtr<eConnection> &connection); |
