[Scummvm-cvs-logs] CVS: scummvm/common system.h,1.73,1.74

Max Horn fingolfin at users.sourceforge.net
Sat Nov 27 09:19:06 CET 2004


Update of /cvsroot/scummvm/scummvm/common
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26937/common

Modified Files:
	system.h 
Log Message:
Added some more mixer doxygen docs; cleaned up Mixer API a bit, removing some very specialised methods

Index: system.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/system.h,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -d -r1.73 -r1.74
--- system.h	22 Nov 2004 23:25:06 -0000	1.73
+++ system.h	27 Nov 2004 15:58:04 -0000	1.74
@@ -569,6 +569,8 @@
 	/**
 	 * Determine the output sample rate. Audio data provided by the sound
 	 * callback will be played using this rate.
+	 * @note Client code other than the sound mixer should _not_ use this
+	 *       method. Instead, call SoundMixer::getOutputRate()!
 	 * @return the output sample rate
 	 */
 	virtual int getOutputSampleRate() const = 0;





More information about the Scummvm-git-logs mailing list