gui/movieplayer.cpp: add chapters support, at the moment on bookmarks (blue) key

This commit is contained in:
[CST] Focus
2013-05-10 16:34:12 +04:00
parent a6d7577235
commit 98829743b3
2 changed files with 50 additions and 18 deletions

View File

@@ -127,15 +127,16 @@ class CMoviePlayerGui : public CMenuTarget
bool getAudioName(int pid, std::string &apidtitle);
void selectAudioPid(bool file_player);
void getCurrentAudioName( bool file_player, std::string &audioname);
void addAudioFormat(int count, std::string &apidtitle, bool file_player, bool& enabled );
void addAudioFormat(int count, std::string &apidtitle, bool& enabled );
void handleMovieBrowser(neutrino_msg_t msg, int position = 0);
bool SelectFile();
void updateLcd();
void selectSubtitle(bool file_player);
void selectSubtitle();
void showSubtitle(neutrino_msg_data_t data);
void clearSubtitle();
void selectChapter();
CMoviePlayerGui(const CMoviePlayerGui&) {};
CMoviePlayerGui();