class eAVSwitch
{
static eAVSwitch *instance;
+ int m_video_mode;
#ifdef SWIG
eAVSwitch();
~eAVSwitch();
#endif
-protected:
+protected:
public:
#ifndef SWIG
eAVSwitch();
void setAspectRatio(int ratio);
void setVideomode(int mode);
void setInput(int val);
-
+ void setSlowblank(int val);
+ void setWSS(int val);
};
#endif