X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/85f2616ef78700cf2639992abaf1011ecaa897bd..a19aef8b3244f753b02e5a06e7d3a185a424949f:/lib/driver/avswitch.h diff --git a/lib/driver/avswitch.h b/lib/driver/avswitch.h index d765e02a..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); + void setWSS(int val); }; #endif