X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=include%2Fcecc.h;h=e1ef0e33434212196435acbfbc0238a4e0448d8f;hb=008a816cb7d84e5981daaa6e1b313ce8b5ac722d;hp=5a49b0964c6af013ddaa9d2439b5edb66951cc7b;hpb=b492c10e731625d7c000654de2372b54339f7c8d;p=deb_libcec.git diff --git a/include/cecc.h b/include/cecc.h index 5a49b09..e1ef0e3 100644 --- a/include/cecc.h +++ b/include/cecc.h @@ -259,6 +259,20 @@ extern DECLSPEC cec_osd_name cec_get_device_osd_name(cec_logical_address iAddres extern DECLSPEC int cec_enable_physical_address_detection(void); +#ifdef __cplusplus +extern DECLSPEC int cec_set_stream_path_logical(CEC::cec_logical_address iAddress); +#else +extern DECLSPEC int cec_set_stream_path_logical(cec_logical_address iAddress); +#endif + +extern DECLSPEC int cec_set_stream_path_physical(uint16_t iPhysicalAddress); + +#ifdef __cplusplus +extern DECLSPEC CEC::cec_logical_addresses cec_get_logical_addresses(void); +#else +extern DECLSPEC cec_logical_addresses cec_get_logical_addresses(void); +#endif + #ifdef __cplusplus }; #endif