changeset 1048:48cf588e2c90

uj aocontrol valtozok
author al3x
date Thu, 07 Jun 2001 13:06:30 +0000
parents 3239a22b956e
children ce338825e215
files libao2/audio_out.h
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/libao2/audio_out.h	Thu Jun 07 13:06:03 2001 +0000
+++ b/libao2/audio_out.h	Thu Jun 07 13:06:30 2001 +0000
@@ -71,6 +71,7 @@
 #define CONTROL_NA -3
 
 #define AOCONTROL_SET_DEVICE 1
-#define AOCONTROL_QUERY_FORMAT 2
-
-
+#define AOCONTROL_GET_DEVICE 2
+#define AOCONTROL_QUERY_FORMAT 3
+#define AOCONTROL_GET_VOLUME 4
+#define AOCONTROL_SET_VOLUME 5