add possibility to show iframes (not bugfree yet)
[enigma2.git] / lib / dvb / idvb.h
index 69342717a872960ddee71dab71de2a892e4cf330..2c80a9b8368774d38c860cd562980a9b4c882649 100644 (file)
@@ -641,6 +641,10 @@ public:
        virtual RESULT setTrickmode(int what) = 0;
        
        virtual RESULT getPTS(int what, pts_t &pts) = 0;
+
+       virtual RESULT showSinglePic(const char *filename) = 0;
+
+       virtual RESULT setRadioPic(const std::string &filename) = 0;
 };
 
 #endif //SWIG