Normal
A Mixer stream is always active, unless you initalize it to stop, when nothing is fed into it.So when you add a song to the mixer you need to set a SyncPos to "current mixer position + length of song just added".This will then signal and you know that the song has ended, and you can add the next siong from the playlistz or stop playback, if it was the last song.THat's the SetSyncPos in MP1 MixerStream.cs line 385
A Mixer stream is always active, unless you initalize it to stop, when nothing is fed into it.
So when you add a song to the mixer you need to set a SyncPos to "current mixer position + length of song just added".
This will then signal and you know that the song has ended, and you can add the next siong from the playlistz or stop playback, if it was the last song.
THat's the SetSyncPos in MP1 MixerStream.cs line 385