X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/e809534d8af6a2f742dbc6d1341c7df804a42234..b99b683520ad715cc5734e384eaf1cdee6c2e722:/lib/driver/avswitch.h diff --git a/lib/driver/avswitch.h b/lib/driver/avswitch.h index 15794882..d765e02a 100644 --- a/lib/driver/avswitch.h +++ b/lib/driver/avswitch.h @@ -4,17 +4,24 @@ class eAVSwitch { static eAVSwitch *instance; - +#ifdef SWIG + eAVSwitch(); + ~eAVSwitch(); +#endif protected: public: +#ifndef SWIG eAVSwitch(); ~eAVSwitch(); - +#endif static eAVSwitch *getInstance(); - + + void setFastBlank(int val); void setColorFormat(int format); void setAspectRatio(int ratio); void setVideomode(int mode); + void setInput(int val); + }; #endif