diff dvdnav.h @ 22:3c1df0cb3aee src

Start of rewrite of libdvdnav. Still need to re-implement seeking.
author jcdutton
date Mon, 22 Apr 2002 22:01:28 +0000
parents d2d73f2ad8d3
children 0ba15bf3dc25
line wrap: on
line diff
--- a/dvdnav.h	Mon Apr 22 20:57:15 2002 +0000
+++ b/dvdnav.h	Mon Apr 22 22:01:28 2002 +0000
@@ -306,6 +306,9 @@
  *   button -- Pointer to the value to fill in.
  */
 dvdnav_status_t dvdnav_get_current_highlight(dvdnav_t *self, int* button);
+pci_t* dvdnav_get_current_nav_pci(dvdnav_t *self);
+dvdnav_status_t dvdnav_get_highlight_area(pci_t* nav_pci , int32_t button, int32_t mode,
+                                           dvdnav_highlight_area_t* highlight);
 
 /**
  * Move button highlight around (e.g. with arrow keys)
@@ -455,6 +458,8 @@
 dvdnav_status_t dvdnav_get_angle_info(dvdnav_t *self, int* current_angle,
 				     int *number_of_angles);
 
+dvdnav_status_t dvdnav_get_cell_info(dvdnav_t *self, int* current_angle,
+				     int *number_of_angles);
 /**
  * Converts a *logical* subpicture stream id into country code 
  * (returns 0xffff if no such stream).