Questions tagged [background-media-player]
5 questions
1
vote
0 answers
UWP MediaElement mini player with SystemMediaTransportControls
I am trying to implement a toasted audio player when windows is locked. To achieve this i am using Toasted notificationUI. It's working fine but when user has disabled the notification then it doesn't show up.
I saw this…

Pavan Tiwari
- 3,077
- 3
- 31
- 71
0
votes
1 answer
How to know other music player app is playing in android programmatically in android
I am playing music player from assets in my application. When other music player app is playing my app(music player) has stopped. If my app(music player is resumed) the other music player is still continuing playing song. How to know other music…

Krishna
- 1,556
- 13
- 21
0
votes
1 answer
I want to launch my Background Media Player UWP app as an alarm
I built a Background Media Player UWP app (targeted specifically at Anniversary Update) that plays music from my personal collection in a manner that I want using playlists defined in the app.
I would like the ability, in my app, to create and…

jasonxz
- 139
- 1
- 9
-1
votes
1 answer
How to stop playing background music on fragmentActivity
I have a Mainactivity extends fragmentActivity (not sure if relevant) and it plays a background music fine. I want the music to stop when you leave the activity. I minimized the codes below. I am getting a nullpoint exception on the onPause()…

Mark Ligot
- 67
- 7
-1
votes
1 answer
How to play songs in repeat mode in an UWP app
I have created a UWP app to play certain tracks in the background. Basically by following this link: https://blogs.windows.com/buildingapps/2016/01/13/the-basics-of-background-audio/ .
I want to set the repeat count for certain songs, so if a song…

bit
- 4,407
- 1
- 28
- 50