diff dvdnav.h @ 300:cbd2b606f343 src

implemented dvdnav_get_audio_attr and dvdnav_get_spu_attr; patch by Attila Otvos
author nicodvb
date Mon, 11 Jun 2007 21:14:12 +0000
parents 2d75ce9fa252
children 5039307a3e7c
line wrap: on
line diff
--- a/dvdnav.h	Sat May 05 10:52:11 2007 +0000
+++ b/dvdnav.h	Mon Jun 11 21:14:12 2007 +0000
@@ -585,11 +585,23 @@
  */
 int8_t dvdnav_get_audio_logical_stream(dvdnav_t *self, uint8_t audio_num);
 
+#define HAVE_GET_AUDIO_ATTR
+/*
+ * Get audio attr
+ */
+dvdnav_status_t dvdnav_get_audio_attr(dvdnav_t *self, uint8_t audio_mum, audio_attr_t *audio_attr);
+
 /*
  * Converts a *physical* (MPEG) subpicture stream id into a logical stream number.
  */
 int8_t dvdnav_get_spu_logical_stream(dvdnav_t *self, uint8_t subp_num);
 
+#define HAVE_GET_SPU_ATTR
+/*
+ * Get spu attr
+ */
+dvdnav_status_t dvdnav_get_spu_attr(dvdnav_t *self, uint8_t audio_mum, subp_attr_t *subp_attr);
+
 /*
  * Get active audio stream.
  */