Add Relevant PIDs Routing. (for support Extra high bitrate in DVB-CI)
[vuplus_dvbapp] / lib / dvb / ecm.h
index f0cd5f2..145b63b 100644 (file)
@@ -18,6 +18,7 @@ public:
        int start(int pid);
        int stop();     
        void processData(const __u8 *p, int len);
+       int getPid(){return m_pid;}
 private:
        void processPESPacket(__u8 *pkt, int len);      
        int m_pid;