From 32ec5746bebcfbaecece143f2ee75644a1000d17 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 7 Jan 2010 15:12:20 +0000 Subject: Add Timestamp::totalNumberOfFrames() method, clarify some comments svn-id: r47120 --- sound/audiostream.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sound/audiostream.h') 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: -- cgit v1.2.3