use AUDIO_GET_STC, VIDEO_GET_STC
[enigma2.git] / lib / dvb / idvb.h
index eacc49290bf5091f1d662cd362843a74d903820f..2f9d7d9b43d340c709d77adf64915043d823647e 100644 (file)
@@ -549,6 +549,8 @@ public:
        virtual RESULT setZoom(int what)=0;
        
        virtual RESULT setTrickmode(int what) = 0;
+       
+       virtual RESULT getPTS(int what, pts_t &pts) = 0;
 };
 
 #endif