From 98d90696ada9377e958280dee3037f452934d50f Mon Sep 17 00:00:00 2001 From: Paweł Kołodziejski Date: Wed, 2 Oct 2002 17:31:55 +0000 Subject: added panning control in imuse and reverse stereo support svn-id: r5076 --- sound/mixer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sound/mixer.h') 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); -- cgit v1.2.3