X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=include%2Fcec.h;h=63564555564dfb46bbf64f8efc280c38d2a00d1e;hb=8b7e5ff605864004b8a66520202bf05aecb4fc6c;hp=c23c35a125ae83b6eeed287af8bd8a94bf4a050e;hpb=96e09b103a541b1e64071c920f7c72ec44f5c6e6;p=deb_libcec.git diff --git a/include/cec.h b/include/cec.h index c23c35a..6356455 100644 --- a/include/cec.h +++ b/include/cec.h @@ -134,6 +134,11 @@ namespace CEC * @see cec_set_osd_string */ virtual bool SetOSDString(cec_logical_address iLogicalAddress, cec_display_control duration, const char *strMessage) = 0; + + /*! + * @see cec_switch_monitoring + */ + virtual bool SwitchMonitoring(bool bEnable) = 0; }; };