zapit/include/zapit/zapit.h: add GetPipFrontend() helper

This commit is contained in:
[CST] Focus
2013-06-12 18:25:21 +04:00
parent c8828cb608
commit 5f2928f63d

View File

@@ -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);