add getNextAccessPoint
[enigma2.git] / lib / dvb / tstools.h
index f23d8108cf5247090056476cc6d90091e2acc39b..76128071dcca786ecd7749b813535c13dfe2b95d 100644 (file)
@@ -41,6 +41,8 @@ public:
                /* 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();