cec: added bWait parameter to volume change methods.
[deb_libcec.git] / include / cecc.h
index c7e5ad4ac88ae96c6598aadd985af7b78b08ff00..d4765e0a75b763cc35db035fb31872768143775e 100644 (file)
@@ -187,11 +187,11 @@ extern DECLSPEC int cec_is_active_device_type(cec_device_type type);
 
 extern DECLSPEC int cec_set_hdmi_port(uint8_t iPort);
 
-extern DECLSPEC int cec_volume_up(void);
+extern DECLSPEC int cec_volume_up(int bWait = 1);
 
-extern DECLSPEC int cec_volume_down(void);
+extern DECLSPEC int cec_volume_down(int bWait = 1);
 
-extern DECLSPEC int cec_mute_audio(void);
+extern DECLSPEC int cec_mute_audio(int bWait = 1);
 
 #ifdef __cplusplus
 };