summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-03-26 11:48:00 +0000
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-03-26 11:48:00 +0000
commit0f40cfbc8e2ce03b42ce2cf732388b9e8cf50e75 (patch)
tree27c4a62f97ddf3e0a60b2283aff7110f01f895f5 /include
parent91f91ec1332e1bc2a1434a1658d825a16ed56ff8 (diff)
downloadxine-lib-0f40cfbc8e2ce03b42ce2cf732388b9e8cf50e75.tar.gz
xine-lib-0f40cfbc8e2ce03b42ce2cf732388b9e8cf50e75.tar.bz2
Send an event when the amp value or amp mute change. Patch by reinhard Nissl. Also bump the libtool version info.
CVS patchset: 8749 CVS date: 2007/03/26 11:48:00
Diffstat (limited to 'include')
-rw-r--r--include/xine.h.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/xine.h.in b/include/xine.h.in
index 858908b14..e4210d314 100644
--- a/include/xine.h.in
+++ b/include/xine.h.in
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: xine.h.in,v 1.167 2007/02/22 15:49:16 dgp85 Exp $
+ * $Id: xine.h.in,v 1.168 2007/03/26 11:48:01 dgp85 Exp $
*
* public xine-lib (libxine) interface and documentation
*
@@ -1582,6 +1582,7 @@ void xine_config_reset (xine_t *self) XINE_PROTECTED;
#define XINE_EVENT_SPU_BUTTON 11 /* the mouse pointer enter/leave a button */
#define XINE_EVENT_DROPPED_FRAMES 12 /* number of dropped frames is too high */
#define XINE_EVENT_MRL_REFERENCE_EXT 13 /* demuxer->frontend: MRL reference(s) for the real stream */
+#define XINE_EVENT_AUDIO_AMP_LEVEL 14 /* report current audio amp level (l/r/mute) */
/* input events coming from frontend */