mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
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:
@@ -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; }
|
||||
|
Reference in New Issue
Block a user