diff options
-rw-r--r-- | sound/audiostream.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sound/audiostream.h b/sound/audiostream.h index f8efbf1c6f..5f3091292d 100644 --- a/sound/audiostream.h +++ b/sound/audiostream.h @@ -102,7 +102,10 @@ public: kUnknownPlayTime = -1 }; - /** Set number of times the stream is supposed to get looped, 0 - infinite times */ + /** + * Sets number of times the stream is supposed to get looped + * @param numLoops number of loops to play, 0 - infinite + */ virtual void setNumLoops(uint numLoops = 1) {}; /** |