mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
zapit/include/zapit/zapit.h: add GetPipFrontend() helper
This commit is contained in:
@@ -248,6 +248,7 @@ class CZapit : public OpenThreads::Thread
|
||||
void SetCurrentChannelID(const t_channel_id channel_id) { live_channel_id = channel_id; };
|
||||
void SetLiveFrontend(CFrontend * fe) { if(fe) live_fe = fe; }
|
||||
CFrontend * GetLiveFrontend() { return live_fe; };
|
||||
CFrontend * GetPipFrontend() { return pip_fe; };
|
||||
|
||||
int GetPidVolume(t_channel_id channel_id, int pid, bool ac3 = false);
|
||||
void SetPidVolume(t_channel_id channel_id, int pid, int percent);
|
||||
|
Reference in New Issue
Block a user