X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=include%2Fcec.h;h=9aa944b04fd45e53001a0bc69b35b0229d5f2415;hb=9fd73dd492819cc18bac465d2a98f31019378886;hp=70c17ce5693411d1092bd964521f628836eae89c;hpb=a33794d8b865d4b1d7b82fbae70bdb7658129614;p=deb_libcec.git diff --git a/include/cec.h b/include/cec.h index 70c17ce..9aa944b 100644 --- a/include/cec.h +++ b/include/cec.h @@ -307,6 +307,13 @@ namespace CEC * @return True when the keypress was acked, false otherwise. */ virtual bool SendKeyRelease(cec_logical_address iDestination, bool bWait = false) = 0; + + /*! + * @brief Get the OSD name of a device on the CEC bus. + * @param iAddress The device to get the OSD name for. + * @return The OSD name. + */ + virtual cec_osd_name GetOSDName(cec_logical_address iAddress) = 0; }; };