[Scummvm-cvs-logs] SF.net SVN: scummvm:[47046] scummvm/trunk/sound/mixer_intern.h

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Tue Jan 5 22:10:58 CET 2010


Revision: 47046
          http://scummvm.svn.sourceforge.net/scummvm/?rev=47046&view=rev
Author:   lordhoto
Date:     2010-01-05 21:10:58 +0000 (Tue, 05 Jan 2010)

Log Message:
-----------
Cleanup.

Modified Paths:
--------------
    scummvm/trunk/sound/mixer_intern.h

Modified: scummvm/trunk/sound/mixer_intern.h
===================================================================
--- scummvm/trunk/sound/mixer_intern.h	2010-01-05 21:10:34 UTC (rev 47045)
+++ scummvm/trunk/sound/mixer_intern.h	2010-01-05 21:10:58 UTC (rev 47046)
@@ -78,28 +78,28 @@
 		SoundType type,
 		SoundHandle *handle,
 		void *sound, uint32 size, uint rate, byte flags,
-		int id = -1, byte volume = 255, int8 balance = 0,
-		uint32 loopStart = 0, uint32 loopEnd = 0);
+		int id, byte volume, int8 balance,
+		uint32 loopStart, uint32 loopEnd);
 
 	virtual void playInputStream(
 		SoundType type,
 		SoundHandle *handle,
 		AudioStream *input,
-		int id = -1, byte volume = 255, int8 balance = 0,
-		bool autofreeStream = true,
-		bool permanent = false,
-		bool reverseStereo = false);
+		int id, byte volume, int8 balance,
+		bool autofreeStream,
+		bool permanent,
+		bool reverseStereo);
 
 	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);
+		Timestamp loopStart, Timestamp loopEnd,
+		int id, byte volume, int8 balance,
+		bool autofreeStream,
+		bool permanent,
+		bool reverseStereo);
 
 	virtual void stopAll();
 	virtual void stopID(int id);


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list