diff options
| author | Petri Hintukainen <phintuka@users.sourceforge.net> | 2013-01-05 22:17:56 +0200 |
|---|---|---|
| committer | Petri Hintukainen <phintuka@users.sourceforge.net> | 2013-01-05 22:17:56 +0200 |
| commit | 0ba1739b17013b846002d34ddfc83a791a07549b (patch) | |
| tree | 0b0734178c84ee048f9a19ff9cf7ce0731532b34 /bdplayer.h | |
| parent | 2938d3382c732eab3e4dcb6faee829248f1183ac (diff) | |
| download | vdr-plugin-bluray-0ba1739b17013b846002d34ddfc83a791a07549b.tar.gz vdr-plugin-bluray-0ba1739b17013b846002d34ddfc83a791a07549b.tar.bz2 | |
Display chapters as marks. Seek between chapter marks with keys 4 and 6.
Diffstat (limited to 'bdplayer.h')
| -rw-r--r-- | bdplayer.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -25,6 +25,7 @@ private: void Play(); void Pause(); void SkipSeconds(int seconds); + void SkipChapters(int chapters); void Goto(int seconds); cSkinDisplayReplay *displayReplay; @@ -35,6 +36,7 @@ private: time_t timeoutShow; bool timeSearchActive, timeSearchHide; int timeSearchTime, timeSearchPos; + int chapterSeekTime; void TimeSearchDisplay(void); void TimeSearchProcess(eKeys Key); |
