aboutsummaryrefslogtreecommitdiff
path: root/sound/audiostream.h
diff options
context:
space:
mode:
authorMax Horn2010-01-07 15:12:20 +0000
committerMax Horn2010-01-07 15:12:20 +0000
commit32ec5746bebcfbaecece143f2ee75644a1000d17 (patch)
treecbd9512ceaebfc0b6c2ff959d66e12dfcc566315 /sound/audiostream.h
parent423094cd5f624feb259a0c6cbfefd269553ef44d (diff)
downloadscummvm-rg350-32ec5746bebcfbaecece143f2ee75644a1000d17.tar.gz
scummvm-rg350-32ec5746bebcfbaecece143f2ee75644a1000d17.tar.bz2
scummvm-rg350-32ec5746bebcfbaecece143f2ee75644a1000d17.zip
Add Timestamp::totalNumberOfFrames() method, clarify some comments
svn-id: r47120
Diffstat (limited to 'sound/audiostream.h')
-rw-r--r--sound/audiostream.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/audiostream.h b/sound/audiostream.h
index 528a6e25d8..15dce74661 100644
--- a/sound/audiostream.h
+++ b/sound/audiostream.h
@@ -152,9 +152,9 @@ private:
};
/**
- * A seekable audio stream. Subclasses of this class implement a
- * working seeking. The seeking itself is not required to be
- * working when the stream is being played by Mixer!
+ * A seekable audio stream. Subclasses of this class implement an
+ * interface for seeking. The seeking itself is not required to be
+ * working while the stream is being played by Mixer!
*/
class SeekableAudioStream : public RewindableAudioStream {
public: