summaryrefslogtreecommitdiff
path: root/src/xine-engine/audio_out.h
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2003-03-08 20:25:51 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2003-03-08 20:25:51 +0000
commit32b0a263de998750596779028eaec96416340442 (patch)
tree1a6d2444cd0ff7ee2b4e9f46892044e8a4a1d5f4 /src/xine-engine/audio_out.h
parent43946102c62190cb9f62414b84463005c675b691 (diff)
downloadxine-lib-32b0a263de998750596779028eaec96416340442.tar.gz
xine-lib-32b0a263de998750596779028eaec96416340442.tar.bz2
implement XINE_PARAM_AUDIO_AMP_LEVEL so xine's volume can be set independantly from other applications
CVS patchset: 4384 CVS date: 2003/03/08 20:25:51
Diffstat (limited to 'src/xine-engine/audio_out.h')
-rw-r--r--src/xine-engine/audio_out.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xine-engine/audio_out.h b/src/xine-engine/audio_out.h
index 3c9379ca0..79f330afe 100644
--- a/src/xine-engine/audio_out.h
+++ b/src/xine-engine/audio_out.h
@@ -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: audio_out.h,v 1.52 2003/02/07 17:28:10 mroi Exp $
+ * $Id: audio_out.h,v 1.53 2003/03/08 20:25:52 guenter Exp $
*/
#ifndef HAVE_AUDIO_OUT_H
#define HAVE_AUDIO_OUT_H
@@ -294,6 +294,7 @@ xine_audio_port_t *ao_new_port (xine_t *xine, ao_driver_t *driver, int grab_only
#define AO_PROP_COMPRESSOR 3
#define AO_PROP_DISCARD_BUFFERS 4
#define AO_PROP_PAUSED 5
+#define AO_PROP_AMP 6 /* amplifier */
/* audio device control ops */
#define AO_CTRL_PLAY_PAUSE 0