comparison dvdnav/dvdnav.h @ 397:a70f79850e5f src

implement and export dvdnav_get_serial_string(); patch by Matthew Wire devel - mrwire - co - uk. Fixed by Erik
author nicodvb
date Mon, 02 Feb 2009 22:55:58 +0000
parents 9c5aef10d165
children 390fbf2a9602
comparison
equal deleted inserted replaced
396:6616c485ece0 397:a70f79850e5f
535 * `DVDVolume'. 535 * `DVDVolume'.
536 */ 536 */
537 dvdnav_status_t dvdnav_get_title_string(dvdnav_t *self, const char **title_str); 537 dvdnav_status_t dvdnav_get_title_string(dvdnav_t *self, const char **title_str);
538 538
539 /* 539 /*
540 * Returns a string containing the serial number of the DVD.
541 * This has a max of 15 characters and should be more unique than the
542 * title string.
543 */
544 dvdnav_status_t dvdnav_get_serial_string(dvdnav_t *self, const char **serial_str);
545
546 /*
540 * Get video aspect code. 547 * Get video aspect code.
541 * The aspect code does only change on VTS boundaries. 548 * The aspect code does only change on VTS boundaries.
542 * See the DVDNAV_VTS_CHANGE event. 549 * See the DVDNAV_VTS_CHANGE event.
543 * 550 *
544 * 0 -- 4:3, 2 -- 16:9 551 * 0 -- 4:3, 2 -- 16:9