playCount property

int playCount
getter/setter pair

播放次数,当设为 0 时则无限循环播放,直到用户调用 stop,默认为 1 即仅播放一次。

Implementation

int playCount;