move some functions to better place (aspect / size / framerate / progressive handling)
[enigma2.git] / lib / dvb / idvb.h
index 9eaac596d5c44b5f9117cf70985b4765477e8df4..ec016d6974925622d86b2b6e4195462874fd0c7f 100644 (file)
@@ -716,6 +716,12 @@ public:
        };
 
        virtual RESULT connectVideoEvent(const Slot1<void, struct videoEvent> &event, ePtr<eConnection> &connection) = 0;
+
+       virtual int getVideoWidth() = 0;
+       virtual int getVideoHeight() = 0;
+       virtual int getVideoProgressive() = 0;
+       virtual int getVideoFrameRate() = 0;
+       virtual int getVideoAspect() = 0;
 };
 
 #endif //SWIG