playCount property

int playCount
getter/setter pair

Playback times

  • playCount <= 0: Infinite loop
  • playCount == 1:Play once(default)
  • playCount > 1: Play playCount times

Implementation

int playCount;