cec: added SwitchMonitoring()/cec_switch_monitoring() to the interface. when monitori...
[deb_libcec.git] / include / cec.h
index c23c35a125ae83b6eeed287af8bd8a94bf4a050e..63564555564dfb46bbf64f8efc280c38d2a00d1e 100644 (file)
@@ -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;
   };
 };