loopCount property

int loopCount
getter/setter pair
  • Field description: Number of times the music track is looped.
  • Valid values: 0 or any positive integer. 0 (default) indicates that the music is played once, 1 twice, and so on.

Implementation

int loopCount;