diff options
-rw-r--r-- | sound/audiostream.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/audiostream.h b/sound/audiostream.h index b5c95079f3..ac4f783f28 100644 --- a/sound/audiostream.h +++ b/sound/audiostream.h @@ -100,6 +100,10 @@ public: /** * Sets number of times the stream is supposed to get looped + * This also resets the number of loops played counter, which + * can be queried with getNumPlayedLoops. + * @see getNumPlayedLoops + * * @param numLoops number of loops to play, 0 - infinite */ virtual void setNumLoops(uint numLoops = 1) {} |