X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2FCECClient.h;h=87a4b7fbaf071d9067ea897dc1ca8f9ac1fb7233;hb=b9761e8922a75fbff7887cf7fd5b6e4e3eba0709;hp=3d812f0ff9377e574d3448aa125b58607ce0fb32;hpb=cc938f166e50b0c9e4fdccf55e0a8cffb2c56602;p=deb_libcec.git diff --git a/src/lib/CECClient.h b/src/lib/CECClient.h index 3d812f0..87a4b7f 100644 --- a/src/lib/CECClient.h +++ b/src/lib/CECClient.h @@ -292,6 +292,11 @@ namespace CEC */ virtual bool AutodetectPhysicalAddress(void); + /*! + * @brief Replaces all device types in m_configuration by types that are supported by the command handler of the TV + */ + virtual void SetSupportedDeviceTypes(void); + CCECProcessor * m_processor; /**< a pointer to the processor */ libcec_configuration m_configuration; /**< the configuration of this client */ bool m_bInitialised; /**< true when initialised, false otherwise */