Hi ,
I am using MediaManager Plugin for playing mp3.and its works fine when i play individually using the below coding
await CrossMediaManager.Current.Play("http://amendinfotechnologies.com/songs/04%20Bat%20Out%20Of%20Hell.mp3");
But my problem is , to play a sequence of media items,need to add it into queue.here i failed to add it.
please any one can direct me in right way.