summaryrefslogtreecommitdiff
path: root/bdplayer.h
diff options
context:
space:
mode:
authorPetri Hintukainen <phintuka@users.sourceforge.net>2013-01-05 22:17:56 +0200
committerPetri Hintukainen <phintuka@users.sourceforge.net>2013-01-05 22:17:56 +0200
commit0ba1739b17013b846002d34ddfc83a791a07549b (patch)
tree0b0734178c84ee048f9a19ff9cf7ce0731532b34 /bdplayer.h
parent2938d3382c732eab3e4dcb6faee829248f1183ac (diff)
downloadvdr-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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/bdplayer.h b/bdplayer.h
index 7b74a35..d47fe5f 100644
--- a/bdplayer.h
+++ b/bdplayer.h
@@ -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);