X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=include%2Fcec.h;h=5916ffdeee18ccbed5d5accf82fe92b1ee260bf7;hb=80b72250dc1f336839ff2f13fd5247e7f273fb42;hp=97e75a46f8e778b7d05471c9ea1e3f58afa81c97;hpb=66e5bd7231e47eaef8a6472856443b4acffb48bd;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;