- user_menu: get resolution value for livestreams

This commit is contained in:
svenhoefer
2016-03-03 09:03:59 +01:00
committed by M. Liebmann
parent 07b1f6f849
commit 5a9bee721d
3 changed files with 34 additions and 10 deletions

View File

@@ -48,6 +48,7 @@ class CWebTVResolution : public CMenuTarget
CMenuWidget *m;
public:
CWebTVResolution();
const char *getResolutionValue();
int exec(CMenuTarget* parent, const std::string & actionKey);
int Show();
};