Extend doxygen comment for setNumLoops()

svn-id: r46832
This commit is contained in:
Eugene Sandulenko 2010-01-01 15:35:12 +00:00
parent 7bb18a018a
commit 5ebadb10d4

View File

@ -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) {};
/**