loopCount property Null safety

int loopCount
read / write

Field meaning: number of times the music file is played in a loop Recommended value: value range: 0 or any positive integer. Default value: 0. 0 indicates that the music file will be played once, 1 indicates that the music file will be played twice, and so on.

Implementation

int loopCount;