aboutsummaryrefslogtreecommitdiff
path: root/sound/mixer.h
diff options
context:
space:
mode:
authorPaweł Kołodziejski2002-10-02 17:31:55 +0000
committerPaweł Kołodziejski2002-10-02 17:31:55 +0000
commit98d90696ada9377e958280dee3037f452934d50f (patch)
treeeba170fd52d09c25731832c7adf329886cd9a475 /sound/mixer.h
parentf3281f93c5ccd751c1aa89f42944d0b44eb4a5e6 (diff)
downloadscummvm-rg350-98d90696ada9377e958280dee3037f452934d50f.tar.gz
scummvm-rg350-98d90696ada9377e958280dee3037f452934d50f.tar.bz2
scummvm-rg350-98d90696ada9377e958280dee3037f452934d50f.zip
added panning control in imuse and reverse stereo support
svn-id: r5076
Diffstat (limited to 'sound/mixer.h')
-rw-r--r--sound/mixer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/mixer.h b/sound/mixer.h
index cdc45a7fee..8182430582 100644
--- a/sound/mixer.h
+++ b/sound/mixer.h
@@ -177,6 +177,7 @@ public:
FLAG_16BITS = 4, /* sound is 16 bits wide */
FLAG_AUTOFREE = 8, /* sound buffer is freed automagically at the end of playing */
FLAG_FILE = 16, /* sound is a FILE * that's read from */
+ FLAG_REVERSE_STEREO = 32, /* sound should be reverse stereo */
};
int playRaw(PlayingSoundHandle * handle, void * sound, uint32 size, uint rate, byte flags);
int playRaw(PlayingSoundHandle * handle, void * sound, uint32 size, uint rate, byte flags, int id);