avswitch
[enigma2.git] / lib / driver / avswitch.h
diff --git a/lib/driver/avswitch.h b/lib/driver/avswitch.h
new file mode 100644 (file)
index 0000000..d841769
--- /dev/null
@@ -0,0 +1,19 @@
+#ifndef __avswitch_h
+#define __avswitch_h
+
+class eAVSwitch
+{
+       static eAVSwitch *instance;
+       
+       int avsfd;
+protected:     
+public:
+       eAVSwitch();
+       ~eAVSwitch();
+
+       static eAVSwitch *getInstance();
+
+       void setColorFormat(int format);
+};
+
+#endif