mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +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 SetCurrentChannelID(const t_channel_id channel_id) { live_channel_id = channel_id; };
|
||||||
void SetLiveFrontend(CFrontend * fe) { if(fe) live_fe = fe; }
|
void SetLiveFrontend(CFrontend * fe) { if(fe) live_fe = fe; }
|
||||||
CFrontend * GetLiveFrontend() { return live_fe; };
|
CFrontend * GetLiveFrontend() { return live_fe; };
|
||||||
|
CFrontend * GetPipFrontend() { return pip_fe; };
|
||||||
|
|
||||||
int GetPidVolume(t_channel_id channel_id, int pid, bool ac3 = false);
|
int GetPidVolume(t_channel_id channel_id, int pid, bool ac3 = false);
|
||||||
void SetPidVolume(t_channel_id channel_id, int pid, int percent);
|
void SetPidVolume(t_channel_id channel_id, int pid, int percent);
|
||||||
|
Reference in New Issue
Block a user