cec: added bWait parameter to volume change methods.
[deb_libcec.git] / include / cecc.h
index 409f03a57e730cfe7a471964fa9728611de9623c..d4765e0a75b763cc35db035fb31872768143775e 100644 (file)
@@ -187,6 +187,12 @@ 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(int bWait = 1);
+
+extern DECLSPEC int cec_volume_down(int bWait = 1);
+
+extern DECLSPEC int cec_mute_audio(int bWait = 1);
+
 #ifdef __cplusplus
 };
 #endif