diff libao2/audio_out.h @ 3107:ef2287ccc42b

Changes to audio out plugin, first plugin added
author anders
date Sun, 25 Nov 2001 14:29:54 +0000
parents 981a9e5118ce
children 16e33d66b813
line wrap: on
line diff
--- a/libao2/audio_out.h	Sun Nov 25 09:40:09 2001 +0000
+++ b/libao2/audio_out.h	Sun Nov 25 14:29:54 2001 +0000
@@ -59,8 +59,12 @@
 #define AOCONTROL_QUERY_FORMAT 3 /* test for availabilty of a format */
 #define AOCONTROL_GET_VOLUME 4
 #define AOCONTROL_SET_VOLUME 5
+#define AOCONTROL_SET_PLUGIN_DRIVER 6
+#define AOCONTROL_SET_PLUGIN_LIST 7
 
 typedef struct ao_control_vol_s {
 	float left;
 	float right;
 } ao_control_vol_t;
+
+