cec: added a hook in libcec for physical address autodetection
[deb_libcec.git] / src / lib / CECProcessor.h
index 05dc4b28ae5c8c0382e5df8f223f5ca75491361c..5ee861d8b55d20ea54f9e37260119653b167da3d 100644 (file)
@@ -91,6 +91,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 bool EnablePhysicalAddressDetection(void) { return false; };
 
       const char *ToString(const cec_menu_state state);
       const char *ToString(const cec_version version);