aboutsummaryrefslogtreecommitdiff
path: root/sound/mixer.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/mixer.h')
-rw-r--r--sound/mixer.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/sound/mixer.h b/sound/mixer.h
index 1d7b5e198a..381bef214d 100644
--- a/sound/mixer.h
+++ b/sound/mixer.h
@@ -133,9 +133,11 @@ public:
SoundHandle *handle,
void *sound, uint32 size,
DisposeAfterUse::Flag autofreeBuffer,
- uint rate, byte flags,
- int id = -1, byte volume = kMaxChannelVolume, int8 balance = 0,
- uint32 loopStart = 0, uint32 loopEnd = 0) = 0;
+ uint rate,
+ byte flags,
+ int id = -1,
+ byte volume = kMaxChannelVolume,
+ int8 balance = 0) = 0;
/**
* Start playing the given audio input stream.
@@ -161,7 +163,9 @@ public:
SoundType type,
SoundHandle *handle,
AudioStream *input,
- int id = -1, byte volume = kMaxChannelVolume, int8 balance = 0,
+ int id = -1,
+ byte volume = kMaxChannelVolume,
+ int8 balance = 0,
DisposeAfterUse::Flag autofreeStream = DisposeAfterUse::YES,
bool permanent = false,
bool reverseStereo = false) = 0;