diff dvdnav.h @ 313:152e19b2b6a1 src

added dvdnav_describe_title_chapters(title)
author nicodvb
date Wed, 28 Nov 2007 23:19:00 +0000
parents 494842974e55
children 9abc06e356ff
line wrap: on
line diff
--- a/dvdnav.h	Wed Nov 28 23:13:50 2007 +0000
+++ b/dvdnav.h	Wed Nov 28 23:19:00 2007 +0000
@@ -284,6 +284,14 @@
 dvdnav_status_t dvdnav_part_play(dvdnav_t *self, int32_t title, int32_t part);
 
 /*
+ * Stores in *times an array (that the application *must* free) of
+ * dvdtimes corresponding to the chapter times for the chosen title.
+ * The number of entries in *times is the result of the function.
+ * On error *times is NULL and the output is 0
+ */
+uint32_t dvdnav_describe_title_chapters(dvdnav_t *this, int32_t title, uint64_t **times);
+
+/*
  * Play the specified amount of parts of the specified title of
  * the DVD then STOP.
  *