mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-18 02:43:42 +02:00
gui/timeosd: rewrite based on infoclock implementation
This commit is contained in:
@@ -154,6 +154,7 @@ class CMoviePlayerGui : public CMenuTarget
|
||||
|
||||
int exec(CMenuTarget* parent, const std::string & actionKey);
|
||||
bool Playing() { return playing; };
|
||||
bool osdTimeVisible() { return FileTime.IsVisible(); };
|
||||
std::string CurrentAudioName() { return currentaudioname; };
|
||||
int GetSpeed() { return speed; }
|
||||
int GetPosition() { return position; }
|
||||
|
Reference in New Issue
Block a user