diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2009-03-15 11:58:52 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2009-03-15 11:58:52 +0100 |
| commit | a2b81eb390ee9cfb892734251429a062a4fa77e4 (patch) | |
| tree | fc16726c6f861f2ec9924d36beca93ccf6630354 /lib/dvb_ci/dvbci.h | |
| parent | 0d6533c82c3703b19af8afabe1121db1d9848a60 (diff) | |
| download | enigma2-a2b81eb390ee9cfb892734251429a062a4fa77e4.tar.gz enigma2-a2b81eb390ee9cfb892734251429a062a4fa77e4.zip | |
add "High bitrate support" choice in CI Setup (needs new drivers to work)
Diffstat (limited to 'lib/dvb_ci/dvbci.h')
| -rw-r--r-- | lib/dvb_ci/dvbci.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/dvb_ci/dvbci.h b/lib/dvb_ci/dvbci.h index c11a1203..cdaaf904 100644 --- a/lib/dvb_ci/dvbci.h +++ b/lib/dvb_ci/dvbci.h @@ -94,6 +94,7 @@ public: void removeService(uint16_t program_number=0xFFFF); int getNumOfServices() { return running_services.size(); } int setSource(data_source source); + int setClockRate(int); }; struct CIPmtHandler @@ -146,6 +147,7 @@ public: int getMMIState(int slot); int sendCAPMT(int slot); int setInputSource(int tunerno, data_source source); + int setCIClockRate(int slot, int rate); #ifdef SWIG public: #endif |
