Home
last modified time | relevance | path

Searched defs:libcec_configuration (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/libcec/libcec-libcec-6.0.2/include/
H A Dcectypes.h1392 typedef struct libcec_configuration libcec_configuration; typedef
1476 struct libcec_configuration struct
1478 uint32_t clientVersion; /*!< the version of the client that is connecting */
1480 …device_type_list deviceTypes; /*!< the device type(s) to use on the CEC bus for libCEC */
1482 uint16_t iPhysicalAddress; /*!< the physical address of the CEC adapter */
1485 … tvVendor; /*!< override the vendor ID of the TV. leave this untouched to autodetect */
1489 uint32_t serverVersion; /*!< the version number of the server. read-only */
1499 …l_addresses logicalAddresses; /*!< (read-only) the current logical addresses. added in 1.5.3 */
1517 libcec_configuration(void) { Clear(); } in libcec_configuration() argument
1518 ~libcec_configuration(void) { Clear(); } in ~libcec_configuration() argument
[all …]
/dports/multimedia/py-cec/cec-0.2.7/
H A Dcec.cpp786 void config_cb(void * self, const libcec_configuration*) {