playCount property
getter/setter pair
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;
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.
int playCount;