diff dvdnav.h @ 116:4d711d0518e9 src

new event DVDNAV_WAIT
author mroi
date Tue, 25 Feb 2003 14:08:16 +0000
parents b6834e6359cf
children da88fc974592
line wrap: on
line diff
--- a/dvdnav.h	Mon Feb 24 18:19:27 2003 +0000
+++ b/dvdnav.h	Tue Feb 25 14:08:16 2003 +0000
@@ -297,6 +297,15 @@
 dvdnav_status_t dvdnav_still_skip(dvdnav_t *self);
 
 /**
+ * If we are currently in WAIT state, that is: the application is required to
+ * wait for its fifos to become empty, calling this signals libdvdnav that this
+ * is achieved and that it can continue.
+ *
+ * \param self Pointer to dvdnav_t associated with this operation.
+ */
+dvdnav_status_t dvdnav_wait_skip(dvdnav_t *self);
+
+/**
  * Returns the still time status from the next cell
  *
  * \param self Pointer to dvdnav_t associated with this operation.