mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
movieplayer: Use Lua scripts for selecting live stream urls
This commit is contained in:
@@ -40,4 +40,16 @@ class CWebTVSetup : public CMenuTarget
|
||||
int exec(CMenuTarget* parent, const std::string & actionKey);
|
||||
int Show();
|
||||
};
|
||||
|
||||
class CWebTVResolution : public CMenuTarget
|
||||
{
|
||||
private:
|
||||
int width;
|
||||
CMenuWidget *m;
|
||||
public:
|
||||
CWebTVResolution();
|
||||
int exec(CMenuTarget* parent, const std::string & actionKey);
|
||||
int Show();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user