X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/e41cbd8e4f84ce4ef23095e7eaba9c885922ba92..48dce974f57f2a7f875787c2bbcb594531dce1c0:/lib/driver/avswitch.h diff --git a/lib/driver/avswitch.h b/lib/driver/avswitch.h index ec7d5c13..d765e02a 100644 --- a/lib/driver/avswitch.h +++ b/lib/driver/avswitch.h @@ -4,14 +4,19 @@ 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);