Support scrambled playback.
[vuplus_dvbapp] / lib / base / rawfile.h
index 7b736a3..02bf2e3 100644 (file)
@@ -19,6 +19,7 @@ public:
        off_t lseek(off_t offset, int whence);
        ssize_t read(off_t offset, void *buf, size_t count);
        off_t length();
+       off_t offset();
        int valid();
 private:
        int m_fd;     /* for uncached */