I am developing windows phone app. I added list of 10 songs in it.
Problem:when I am playing 1st song an after some times if I starts 3 rd or any other song then how to pause the running song?
Related
I see the following behavior from other apps: I play a Spotify song. I switch to Instagram (Spotify song is still playing in the background). I watch a video on Instagram - the Spotify song stops. If I stop watching the video on Instagram, the Spotify song continues.
With expo-av (Audio.setAudioModeAsync) I see that it's possible to either stop the song in the background or to duck the volume. Is it possible with expo-av to continue the song that was played in the background? How?
Is there any other library that is capable of doing that? How can I tackle this problem?
I'm using iPodMusicPlayer for my MPMusicController.
And I want to get music queue as MPMediaItemCollection.
How can I do that?
In my app, you can select and play music in your music library by MPMediaPickerController.
Then, if you were playing music by iPod music app, it is interrupted.
After music you selected in my app finished, I want to back to music on iPod music app.
Thank you.
I'm afraid you can't - Apple retains sole control of the inner workings of the ipodmusicplayer
I'm developing a application that plays music like itunes and it plays when the application is in background! That has a Audio Session started and it's receiving the remote controls events...
My Question is:
Is it possible to show the Album cover and the music title like itunes when my application is in background?
thanks
i have created a music application in which there are 90 songs.when i click on a particular song it plays. i need that when i click on a particular song it should switch to next song automatically when the current songs completes.Please help me in solving this problem
Use an AVAudioPlayerDelegate to detect when a song finishes playing (audioPlayerDidFinishPlaying:successfully:). Then start playing the next song.
I have a application that runs on touch enabled device with WinCE 3.5 OS. I have a show player control to display adds when the system is left idle for some configured amount of time..
So the DirectShowPlayerControl will be iniated every time the show player is launched and will be destroyed when it is closed...
The player for the first time plays videos continuously for any amount of time. Once the player is destroyed and recreated the video are changing but the display goes black and in between if some small video is placed that alone is displayed.
Whenever the form is closed am calling DirectShowPlayerControl.Dispose() method.