ParaMusicPlayer.playOrder

public eMusicPlayOrder playOrder;

Description

The playback order of the music list. The default value is eMusicPlay_listLoop.

eMusicPlayOrder enumeration value description

eMusicPlayOrder enumeration valueMeaning
eMusicPlay_listLoopThe list is looped and played in order. After the last song is played, the first song will be played.
eMusicPlay_shuffleShuffle
eMusicPlay_singleLoopSingle loop
eMusicPlay_listOnceThe list will be played in order. The playback will stop after the end of the last song.