X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2FCECClient.h;h=87a4b7fbaf071d9067ea897dc1ca8f9ac1fb7233;hb=42d28d15d07f893b491051970ade1bd56bb596eb;hp=3d812f0ff9377e574d3448aa125b58607ce0fb32;hpb=34fe491f051387fa870da9459ce53892f7bb03ab;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 */