X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=inline;f=include%2Fcec.h;h=9f152068627dfd6cc737145d623a2944d01407da;hb=610647374e568337e7d79b99c102dea370dde52c;hp=8780857988852a7f25b1fe1aa6b9da608b597c4f;hpb=a4b8e3f0b62e289ad5e0e6bf58949bbdeed1c623;p=deb_libcec.git diff --git a/include/cec.h b/include/cec.h index 8780857..9f15206 100644 --- a/include/cec.h +++ b/include/cec.h @@ -386,9 +386,10 @@ namespace CEC * @brief Load the CEC adapter library. * @param strDeviceName How to present this device to other devices. * @param deviceTypes The device types to use on the CEC bus. + * @param iPhysicalAddress The physical address to assume on the bus. If set to 0, libCEC will try to autodetect the address, with the data provided via SetHDMIPort() * @return An instance of ICECAdapter or NULL on error. */ -extern "C" DECLSPEC void * CECInit(const char *strDeviceName, CEC::cec_device_type_list devicesTypes); +extern "C" DECLSPEC void * CECInit(const char *strDeviceName, CEC::cec_device_type_list devicesTypes, uint16_t iPhysicalAddress = 0); /*! * @brief Unload the CEC adapter library.