X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/88a6749020acfb921ae70f714e995af74e72c47c..af6a8a3a102ff0230fcc6d90ad213e2e7d706fa8:/lib/dvb/dvb.h diff --git a/lib/dvb/dvb.h b/lib/dvb/dvb.h index 6209f281..836a4948 100644 --- a/lib/dvb/dvb.h +++ b/lib/dvb/dvb.h @@ -218,7 +218,8 @@ public: RESULT setCIRouting(const eDVBCIRouting &routing); RESULT getDemux(ePtr &demux, int cap); RESULT getFrontend(ePtr &frontend); - + RESULT getCurrentFrontendParameters(ePtr ¶m); + /* iDVBPVRChannel */ RESULT playFile(const char *file); void stopFile(); @@ -230,7 +231,6 @@ public: int getUseCount() { return m_use_count; } private: - ePtr m_feparm; // for retune on lostlock ePtr m_frontend; ePtr m_demux, m_decoder_demux;