mark the adapter as (in)active source for firmware v3+
[deb_libcec.git] / src / lib / CECProcessor.h
index 5593a2cc99e5be970756bd2d778df3f91e27ba50..69586a7cb8fd47f7f010223ad40eb58d5195b0a4 100644 (file)
@@ -110,6 +110,7 @@ namespace CEC
 
       bool SetDeckInfo(cec_deck_info info, bool bSendUpdate = true);
       bool ActivateSource(uint16_t iStreamPath);
+      void SetActiveSource(bool bSetTo, bool bClientUnregistered);
       bool PollDevice(cec_logical_address iAddress);
       void SetStandardLineTimeout(uint8_t iTimeout);
       uint8_t GetStandardLineTimeout(void);