diff dvdnav.h @ 66:2bd4a78eefce src

Patch from aschultz@cs.uni-magdeburg.de to allow for still-frame 'peek-ahead'
author richwareham
date Thu, 25 Jul 2002 14:42:33 +0000
parents 30995ad032cf
children 61c0ee1bbb7a
line wrap: on
line diff
--- a/dvdnav.h	Sun Jul 21 10:16:45 2002 +0000
+++ b/dvdnav.h	Thu Jul 25 14:42:33 2002 +0000
@@ -503,6 +503,16 @@
 pci_t* dvdnav_get_current_nav_pci(dvdnav_t *self);
 
 /**
+ * Returns the DSI structure associated
+ * with the current position.
+ *
+ * \param self Pointer to dvdnav_t associated with this operation.
+ *
+ * \sa dsi_t (in <tt>libdvdread</tt>)
+ */
+dsi_t* dvdnav_get_current_nav_dsi(dvdnav_t *self);
+
+/**
  * Get the area associated with a certain button.
  *
  * \param nav_pci Pointer to the PCI structure you may have got via
@@ -804,6 +814,13 @@
 				     int *number_of_angles);
 
 /**
+ * Returns the still time status from the next cell
+ *
+ * \param self Pointer to dvdnav_t associated with this operation.
+ */
+uint32_t dvdnav_get_next_still_flag(dvdnav_t *self);
+
+/**
  * @}
  */