X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=include%2Fcecc.h;h=dc4b7953e0484c4b773cef9951f5af5bdd3bd250;hb=66e5bd7231e47eaef8a6472856443b4acffb48bd;hp=5a49b0964c6af013ddaa9d2439b5edb66951cc7b;hpb=b492c10e731625d7c000654de2372b54339f7c8d;p=deb_libcec.git diff --git a/include/cecc.h b/include/cecc.h index 5a49b09..dc4b795 100644 --- a/include/cecc.h +++ b/include/cecc.h @@ -259,6 +259,14 @@ 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 }; #endif