X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=include%2Fcec.h;h=5916ffdeee18ccbed5d5accf82fe92b1ee260bf7;hb=008a816cb7d84e5981daaa6e1b313ce8b5ac722d;hp=97e75a46f8e778b7d05471c9ea1e3f58afa81c97;hpb=f42d3e0fb1f63456b87232019d9cce731acad640;p=deb_libcec.git diff --git a/include/cec.h b/include/cec.h index 97e75a4..5916ffd 100644 --- a/include/cec.h +++ b/include/cec.h @@ -364,6 +364,11 @@ namespace CEC */ virtual bool SetStreamPath(uint16_t iPhysicalAddress) = 0; + /*! + * @return The list of addresses that libCEC is controlling + */ + virtual cec_logical_addresses GetLogicalAddresses(void) = 0; + virtual const char *ToString(const cec_menu_state state) = 0; virtual const char *ToString(const cec_version version) = 0; virtual const char *ToString(const cec_power_status status) = 0;