zapit/include/zapit/zapit.h: add GetAudioMode()

Origin commit data
------------------
Branch: ni/coolstream
Commit: 9c90655237
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-04-18 (Wed, 18 Apr 2012)


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

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2012-04-18 19:03:09 +04:00
parent fd377d80c4
commit 1f432ec83f

View File

@@ -216,6 +216,8 @@ class CZapit : public OpenThreads::Thread
bool scanPids() { return config.scanPids; };
void scanPids(bool enable) { config.scanPids = enable; };
void GetAudioMode(int &mode) { mode = audio_mode; }
CZapitChannel * GetCurrentChannel() { return current_channel; };
t_channel_id GetCurrentChannelID() { return live_channel_id; };
t_channel_id GetLastTVChannel() { return lastChannelTV; }