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 value

Meaning

eMusicPlay_listLoop

The list is looped and played in order. After the last song is played, the first song will be played.

eMusicPlay_shuffle

Shuffle

eMusicPlay_singleLoop

Single loop

eMusicPlay_listOnce

The list will be played in order. The playback will stop after the end of the last song.