added methods to get the audiostatus and toggle the mute status
[deb_libcec.git] / src / lib / LibCEC.h
index 56a112bf52e9e42ee49c45eaf05838eb6719a1ab..f65b8186b9e843d2917fa95e98be62b891a1b2a5 100644 (file)
@@ -132,6 +132,11 @@ namespace CEC
       uint16_t GetAdapterVendorId(void) const;
       uint16_t GetAdapterProductId(void) const;
 
+      uint8_t AudioToggleMute(void);
+      uint8_t AudioMute(void);
+      uint8_t AudioUnmute(void);
+      uint8_t AudioStatus(void);
+
       CCECProcessor *           m_cec;
 
     protected: