X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2FLibCEC.h;h=3d468738107ea1b337111a32e53695b2d45c00a2;hb=ed21be2a64e3fe66dddffbd822c32f38e3b9192f;hp=050fcc194ab47a403d2ae628a6662a0b19ed0e0a;hpb=95a73fa78b4524636db470491c1e3434b81df4c0;p=deb_libcec.git diff --git a/src/lib/LibCEC.h b/src/lib/LibCEC.h index 050fcc1..3d46873 100644 --- a/src/lib/LibCEC.h +++ b/src/lib/LibCEC.h @@ -93,6 +93,7 @@ namespace CEC virtual uint8_t MuteAudio(bool bWait = true); virtual bool SendKeypress(cec_logical_address iDestination, cec_user_control_code key, bool bWait = false); virtual bool SendKeyRelease(cec_logical_address iDestination, bool bWait = false); + virtual cec_osd_name GetOSDName(cec_logical_address iAddress); //@} virtual void AddLog(cec_log_level level, const std::string &strMessage);