aboutsummaryrefslogtreecommitdiff
path: root/sound/mixer_intern.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/mixer_intern.h')
-rw-r--r--sound/mixer_intern.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/sound/mixer_intern.h b/sound/mixer_intern.h
index d74fc70a1c..0cd8793ff3 100644
--- a/sound/mixer_intern.h
+++ b/sound/mixer_intern.h
@@ -90,7 +90,16 @@ public:
bool permanent = false,
bool reverseStereo = false);
-
+ virtual void playInputStreamLooping(
+ SoundType type,
+ SoundHandle *handle,
+ SeekableAudioStream *input,
+ uint loopCount,
+ Timestamp loopStart = Timestamp(0, 1000), Timestamp loopEnd = Timestamp(0, 1000),
+ int id = -1, byte volume = kMaxChannelVolume, int8 balance = 0,
+ bool autofreeStream = true,
+ bool permanent = false,
+ bool reverseStereo = false);
virtual void stopAll();
virtual void stopID(int id);