X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fdriver%2Favswitch.h;h=d0221d50b0138b9c5fb9540429da6069cb892f79;hp=9f6eccb7fd9569d65362456122cf3ad138699fc2;hb=0a826ed1dc53b57babc1ddeec7aa4d3a2cf22bfc;hpb=389ae07e59aaf1b8e504801cd49409072f7d3b6b diff --git a/lib/driver/avswitch.h b/lib/driver/avswitch.h index 9f6eccb..d0221d5 100644 --- a/lib/driver/avswitch.h +++ b/lib/driver/avswitch.h @@ -4,12 +4,17 @@ class eAVSwitch { static eAVSwitch *instance; - -protected: + int m_video_mode; +#ifdef SWIG + eAVSwitch(); + ~eAVSwitch(); +#endif +protected: public: +#ifndef SWIG eAVSwitch(); ~eAVSwitch(); - +#endif static eAVSwitch *getInstance(); void setFastBlank(int val); @@ -17,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