- add PMT pid to program info
[enigma2.git] / lib / dvb / pmt.h
index e260ddd2b94d87394d8cb2ee43f04665bc3eb160..b917383bb71aaaa4205a9d480a0729dbbeb066c9 100644 (file)
@@ -66,8 +66,10 @@ class eDVBServicePMTHandler: public Object
 
        void PMTready(int error);
        void PATready(int error);
+       
+       int m_record;
 public:
-       eDVBServicePMTHandler();
+       eDVBServicePMTHandler(int record);
        ~eDVBServicePMTHandler();
        
        enum
@@ -101,6 +103,7 @@ public:
                std::vector<audioStream> audioStreams;
                // ca info
                int pcrPid;
+               int pmtPid;
        };
        
        int getProgramInfo(struct program &program);