X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=include%2Fcecc.h;h=ac1c541e8576314e6afa12d45ad12413b5d90ac9;hb=a9403e17f1fbb584aa28d493c967f94671d158b7;hp=a4892c48b045ab13d276e1e32ee69738503c0b06;hpb=8768aecabf8219cdf0ceb28a8b9ca4ef6756b612;p=deb_libcec.git diff --git a/include/cecc.h b/include/cecc.h index a4892c4..ac1c541 100644 --- a/include/cecc.h +++ b/include/cecc.h @@ -2,7 +2,7 @@ /* * This file is part of the libCEC(R) library. * - * libCEC(R) is Copyright (C) 2011-2012 Pulse-Eight Limited. All rights reserved. + * libCEC(R) is Copyright (C) 2011-2013 Pulse-Eight Limited. All rights reserved. * libCEC(R) is an original work, containing original code. * * libCEC(R) is a trademark of Pulse-Eight Limited. @@ -276,6 +276,20 @@ extern DECLSPEC uint16_t cec_get_adapter_vendor_id(void); extern DECLSPEC uint16_t cec_get_adapter_product_id(void); +extern DECLSPEC uint8_t cec_audio_toggle_mute(void); + +extern DECLSPEC uint8_t cec_audio_mute(void); + +extern DECLSPEC uint8_t cec_audio_unmute(void); + +extern DECLSPEC uint8_t cec_audio_get_status(void); + +#ifdef __cplusplus +extern DECLSPEC int8_t cec_detect_adapters(CEC::cec_adapter_descriptor *deviceList, uint8_t iBufSize, const char *strDevicePath); +#else +extern DECLSPEC int8_t cec_detect_adapters(cec_adapter_descriptor *deviceList, uint8_t iBufSize, const char *strDevicePath); +#endif + #ifdef __cplusplus }; #endif