dont show toneburst(MiniDiSEqC) setting when no diseqc is used
[enigma2.git] / lib / driver / avswitch.h
index 157948826fe5d4af8c24a9ac78e5a3c8b3657d38..9f6eccb7fd9569d65362456122cf3ad138699fc2 100644 (file)
@@ -11,10 +11,13 @@ public:
        ~eAVSwitch();
 
        static eAVSwitch *getInstance();
-
+       
+       void setFastBlank(int val);
        void setColorFormat(int format);
        void setAspectRatio(int ratio);
        void setVideomode(int mode);
+       void setInput(int val);
+
 };
 
 #endif