playCount property

int playCount
read / write

The number of play counts. When set to 0, it will play in an infinite loop until the user invoke stop. The default is 1, which means it will play only once.

Implementation

int playCount;