aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
Diffstat (limited to 'sound')
-rw-r--r--sound/audiostream.h5
1 files changed, 5 insertions, 0 deletions
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: