aboutsummaryrefslogtreecommitdiff
path: root/sound/mixer.h
diff options
context:
space:
mode:
authorMax Horn2004-01-03 14:10:13 +0000
committerMax Horn2004-01-03 14:10:13 +0000
commitbfea71b0c46ea93b80ee2f6f08ba29ba8768171a (patch)
tree734b6137e4aaaa043d5db905dc67700bcdc7daa4 /sound/mixer.h
parent2a6745a9862fc067a7b529feec0943ec56c79c7c (diff)
downloadscummvm-rg350-bfea71b0c46ea93b80ee2f6f08ba29ba8768171a.tar.gz
scummvm-rg350-bfea71b0c46ea93b80ee2f6f08ba29ba8768171a.tar.bz2
scummvm-rg350-bfea71b0c46ea93b80ee2f6f08ba29ba8768171a.zip
renamed AudioInputStream -> AudioStream
svn-id: r12110
Diffstat (limited to 'sound/mixer.h')
-rw-r--r--sound/mixer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/mixer.h b/sound/mixer.h
index 6e88b11069..497191f5ee 100644
--- a/sound/mixer.h
+++ b/sound/mixer.h
@@ -28,7 +28,7 @@
#include "common/system.h"
-class AudioInputStream;
+class AudioStream;
class Channel;
class File;
@@ -113,7 +113,7 @@ public:
void playVorbis(PlayingSoundHandle *handle, File *file, uint32 size, byte volume = 255, int8 pan = 0, int id = -1);
#endif
- void playInputStream(PlayingSoundHandle *handle, AudioInputStream *input, bool isMusic, byte volume = 255, int8 pan = 0, int id = -1, bool autofreeStream = true);
+ void playInputStream(PlayingSoundHandle *handle, AudioStream *input, bool isMusic, byte volume = 255, int8 pan = 0, int id = -1, bool autofreeStream = true);
/** Start a new stream. */