diff dvdnav.h @ 88:929f732a0135 src

Implement proper prev/next chapter/part. I don't know why someone has not noticed the problem until now.
author jcdutton
date Mon, 02 Sep 2002 03:20:01 +0000
parents 61c0ee1bbb7a
children eeabf5a51b2b
line wrap: on
line diff
--- a/dvdnav.h	Mon Sep 02 00:27:14 2002 +0000
+++ b/dvdnav.h	Mon Sep 02 03:20:01 2002 +0000
@@ -396,6 +396,22 @@
 
 /**
  * Stop playing the current title and start playback of the title
+ * from the previous part (chapter).
+ *
+ * \param self Pointer to dvdnav_t associated with this operation.
+ */
+dvdnav_status_t dvdnav_prev_part_search(dvdnav_t *self);
+
+/**
+ * Stop playing the current title and start playback of the title
+ * from the next part (chapter).
+ *
+ * \param self Pointer to dvdnav_t associated with this operation.
+ */
+dvdnav_status_t dvdnav_next_part_search(dvdnav_t *self);
+
+/**
+ * Stop playing the current title and start playback of the title
  * from the previous program (if it exists).
  *
  * \param self Pointer to dvdnav_t associated with this operation.