public eMusicPlayOrder playType
Description
The playback order of the music list. The default value is eMusicPlay_listLoop.
eMusicPlayOrder enumeration value description
eMusicPlayOrder enumeration value | Description |
---|---|
MusicPlay_listLoop | The list is looped and played in order. After the last song is played, the first song will be played again. |
MusicPlay_shuffle | Shuffle |
MusicPlay_singleLoop | Single loop |
MusicPlay_playInOrder | In order. The list will be played in order. The playback will stop after the end of the last song. |