X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/f70fe619f352c00df9ab2bfa345164e0ca196b6b..93e5471ad948cc4504bb128f0b5fbb0a939fbcbf:/lib/driver/avswitch.h 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