diff dvdnav.h @ 262:7708d2fc1745 src

added dvdnav_get_restrictions()
author mrouthier
date Fri, 18 Mar 2005 20:27:14 +0000
parents a2eb1afa1af8
children 8c86b61eb06f
line wrap: on
line diff
--- a/dvdnav.h	Wed Feb 09 17:07:27 2005 +0000
+++ b/dvdnav.h	Fri Mar 18 20:27:14 2005 +0000
@@ -573,6 +573,12 @@
  */
 int8_t dvdnav_get_active_spu_stream(dvdnav_t *self);
 
+/* 
+ * Get the set of user operations that are currently prohibited.
+ * There are potentially new restrictions right after 
+ * DVDNAV_CHANNEL_HOP and DVDNAV_NAV_PACKET.
+ */
+user_ops_t dvdnav_get_restrictions(dvdnav_t *self);
 
 /*********************************************************************
  * multiple angles                                                   *