cec: added a hook in libcec for physical address autodetection
[deb_libcec.git] / src / lib / LibCEC.h
index c6bf62903ceec9614055c36b0fd807494e2733af..e1b991bcb69c2265aa54641d8b6c273b828b55e0 100644 (file)
@@ -94,6 +94,7 @@ namespace CEC
       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 bool EnablePhysicalAddressDetection(void);
 
       const char *ToString(const cec_menu_state state);
       const char *ToString(const cec_version version);