added DetectAdapters() method, that returns all device information for detected adapt...
[deb_libcec.git] / include / cecc.h
index 2e1f9a80d8ab6f5260aa7eaf47450a9be51f238f..878c5ac71c4df86c6c2d7afabe6b3f081fea23a3 100644 (file)
@@ -282,7 +282,13 @@ extern DECLSPEC uint8_t cec_audio_mute(void);
 
 extern DECLSPEC uint8_t cec_audio_unmute(void);
 
-extern DECLSPEC uint8_t cec_audio_status(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
 };