From c57549184bc4239cb0ee58da13fc038f5cf266c9 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Thu, 7 Jan 2010 14:25:16 +0000 Subject: Add important note for engine authors about SubSeekableAudioStream. svn-id: r47114 --- sound/audiostream.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sound') diff --git a/sound/audiostream.h b/sound/audiostream.h index 8f861299e9..528a6e25d8 100644 --- a/sound/audiostream.h +++ b/sound/audiostream.h @@ -202,6 +202,11 @@ public: * The same caveats apply to SubSeekableAudioStream as do to SeekableAudioStream. * * Manipulating the parent stream directly /will/ mess up a substream. + * + * IMPORTANT: + * Note for engine authors. This object is currently under inspection. In case + * we need to revise the looping API we might drop this. So if you really need + * something like this object, please drop a mail to LordHoto. */ class SubSeekableAudioStream : public SeekableAudioStream { public: -- cgit v1.2.3