zapit, libcoolstream: determine audio mute status

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@439 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Branch: ni/coolstream
Commit: 23dabb17a2
Author: yjogol <yjogol2@online.de>
Date: 2010-03-01 (Mon, 01 Mar 2010)



------------------
This commit was generated by Migit
This commit is contained in:
yjogol
2010-03-01 06:19:09 +00:00
parent 978f8ec609
commit d02afd8a50
5 changed files with 29 additions and 10 deletions

View File

@@ -79,6 +79,7 @@ class cAudio
/* volume, min = 0, max = 255 */
int setVolume(unsigned int left, unsigned int right);
int getVolume(void) { return volume;}
bool getMuteStatus(void) { return Muted; }
/* start and stop audio */
int Start(void);