cec: added SetActiveSource()/cec_set_active_source() to the interface. deprecated...
[deb_libcec.git] / src / lib / CECProcessor.h
index 75651d7b5cce73fe667ad6fe43d7e86f4416e1a9..b73b1bbb0995f5c439cf38d90de35e072b9b6cd4 100644 (file)
@@ -69,6 +69,7 @@ namespace CEC
       virtual uint16_t              GetPhysicalAddress(void) const;
 
       virtual bool SetActiveView(void);
+      virtual bool SetActiveSource(cec_device_type type = CEC_DEVICE_TYPE_RESERVED);
       virtual bool SetInactiveView(void);
       virtual bool SetLogicalAddress(cec_logical_address iLogicalAddress);
       virtual bool SetPhysicalAddress(uint16_t iPhysicalAddress);