X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=include%2Fcecc.h;h=2e1f9a80d8ab6f5260aa7eaf47450a9be51f238f;hb=6d2bc8defa92bf09ab5b6600a1d17b81c024b3d8;hp=a4892c48b045ab13d276e1e32ee69738503c0b06;hpb=ac3f990141108fb7864f8c67f3c997ccc536fdd6;p=deb_libcec.git diff --git a/include/cecc.h b/include/cecc.h index a4892c4..2e1f9a8 100644 --- a/include/cecc.h +++ b/include/cecc.h @@ -276,6 +276,14 @@ 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_status(void); + #ifdef __cplusplus }; #endif