cec: add SetOSDString() to the interface (not supported by all tvs)
[deb_libcec.git] / src / lib / CECProcessor.h
index 43b7a30cae32d170893d1b4b1f20ae2285f38a4a..dd0596e4e7d356e6675e4696b9851d73f6ba71a1 100644 (file)
@@ -59,6 +59,7 @@ namespace CEC
       virtual bool Transmit(const cec_command &data, bool bWaitForAck = true);
       virtual bool SetLogicalAddress(cec_logical_address iLogicalAddress);
       virtual bool SetPhysicalAddress(uint16_t iPhysicalAddress);
+      virtual bool SetOSDString(cec_logical_address iLogicalAddress, cec_display_control duration, const char *strMessage);
 
       static const char *CECVendorIdToString(const uint64_t iVendorId);