mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
- add keys to control the audioplayer from pictureviewer
decode and view pictures in a seperate thread.
This commit is contained in:
@@ -159,9 +159,6 @@ class CAudioPlayerGui : public CMenuTarget
|
||||
CFileFilter audiofilefilter;
|
||||
void paintItemID3DetailsLine (int pos);
|
||||
void clearItemID3DetailsLine ();
|
||||
void play(unsigned int pos);
|
||||
void stop();
|
||||
void pause();
|
||||
void ff(unsigned int seconds=0);
|
||||
void rev(unsigned int seconds=0);
|
||||
int getNext();
|
||||
@@ -248,8 +245,6 @@ class CAudioPlayerGui : public CMenuTarget
|
||||
bool openSCbrowser(void);
|
||||
bool clearPlaylist(void);
|
||||
bool shufflePlaylist(void);
|
||||
bool playNext(bool allow_rotate = false);
|
||||
bool playPrev(bool allow_rotate = false);
|
||||
|
||||
bool pictureviewer;
|
||||
|
||||
@@ -260,6 +255,12 @@ class CAudioPlayerGui : public CMenuTarget
|
||||
int exec(CMenuTarget* parent, const std::string & actionKey);
|
||||
|
||||
void wantNextPlay();
|
||||
void pause();
|
||||
void play(unsigned int pos);
|
||||
void stop();
|
||||
bool playNext(bool allow_rotate = false);
|
||||
bool playPrev(bool allow_rotate = false);
|
||||
int getAdioPayerM_currend() {return m_current;}
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user