loopCount property

int loopCount
getter/setter pair

Field Meaning: The number of times the music looped

Recommended values: The value range is 0 - any positive integer, and the default value is 0. 0 means that the music is played once; 1 means playing music twice; And so on

Implementation

int loopCount;