X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/f70fe619f352c00df9ab2bfa345164e0ca196b6b..8dcea1b45d29593293b99d6beb13c7a4e050d426:/lib/driver/avswitch.h?ds=sidebyside diff --git a/lib/driver/avswitch.h b/lib/driver/avswitch.h index ea451314..d0221d50 100644 --- a/lib/driver/avswitch.h +++ b/lib/driver/avswitch.h @@ -4,11 +4,12 @@ class eAVSwitch { static eAVSwitch *instance; + int m_video_mode; #ifdef SWIG eAVSwitch(); ~eAVSwitch(); #endif -protected: +protected: public: #ifndef SWIG eAVSwitch(); @@ -21,7 +22,8 @@ public: void setAspectRatio(int ratio); void setVideomode(int mode); void setInput(int val); - void setSlowblank(int val); // 1: on, 0: off + void setSlowblank(int val); + void setWSS(int val); }; #endif