adding new bouquets added to the context menu of the bouquet list
[enigma2.git] / lib / dvb / tstools.h
index 723207d312f29cf2036a54c826b824fda085ab84..76128071dcca786ecd7749b813535c13dfe2b95d 100644 (file)
@@ -38,6 +38,11 @@ public:
                */
        int fixupPTS(const off_t &offset, pts_t &pts);
        
+               /* get (approximate) offset corresponding to PTS */
+       int getOffset(off_t &offset, pts_t &pts);
+       
+       int getNextAccessPoint(pts_t &ts, const pts_t &start, int direction);
+       
        void calcBegin();
        void calcEnd();