cec: add SetOSDString() to the interface (not supported by all tvs)
[deb_libcec.git] / include / cec.h
index bf7a4735eb7840f3e9f486f5b4212e4d9d1a08b3..c23c35a125ae83b6eeed287af8bd8a94bf4a050e 100644 (file)
@@ -129,6 +129,11 @@ namespace CEC
      * @see cec_set_inactive_view
      */
     virtual bool SetInactiveView(void) = 0;
+
+    /*!
+     * @see cec_set_osd_string
+     */
+    virtual bool SetOSDString(cec_logical_address iLogicalAddress, cec_display_control duration, const char *strMessage) = 0;
   };
 };