convert DVB->UTF while scanning - please rescan\!
[enigma2.git] / lib / dvb / idvb.h
index 683a7b714b049a860b1008708a4ded949e1b8184..add9ba8526829569ca8bc077381a5bc0ff5a1f70 100644 (file)
@@ -476,6 +476,7 @@ public:
        virtual RESULT createTSRecorder(ePtr<iDVBTSRecorder> &recorder)=0;
        virtual RESULT getMPEGDecoder(ePtr<iTSMPEGDecoder> &reader)=0;
        virtual RESULT getSTC(pts_t &pts)=0;
+       virtual RESULT getCADemuxID(uint8_t &id)=0;
 };
 
 class iTSMPEGDecoder: public iObject