X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fdvb_ci%2Fdvbci.h;h=cdaaf904b5e61a5c954db227c56050159737d124;hp=c11a1203311ab32fd828a29963252cedb55b5414;hb=a2b81eb390ee9cfb892734251429a062a4fa77e4;hpb=0d6533c82c3703b19af8afabe1121db1d9848a60 diff --git a/lib/dvb_ci/dvbci.h b/lib/dvb_ci/dvbci.h index c11a120..cdaaf90 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