audiomute: add getStatus() function

Origin commit data
------------------
Branch: ni/coolstream
Commit: a765cdd3ea
Author: vanhofen <vanhofen@gmx.de>
Date: 2015-01-09 (Fri, 09 Jan 2015)

Origin message was:
------------------
- audiomute: add getStatus() function

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2015-01-09 15:03:30 +01:00
parent 4b98762d92
commit 9d067fb50e

View File

@@ -44,6 +44,8 @@ class CAudioMute : public CComponentsPicture
void AudioMute(int newValue, bool isEvent= false);
void doPaintMuteIcon(bool mode) { do_paint_mute_icon = mode; }
void enableMuteIcon(bool enable);
bool getStatus(void) { return do_paint_mute_icon; }
};
#endif // __CAUDIOMUTE__